DB Queries (9 total)
0 = SELECT * FROM `page` AS p, `mods` AS m WHERE p.page_title = 'contact' AND p.mod_id = m.mod_id AND m.mod_type = 'PAGE' LIMIT 1
1 = SELECT * FROM page WHERE page_is_active = '1' AND page_hide_from_menu = '0' ORDER BY page_parent_id ASC, page_sort_order ASC
2 = INSERT INTO user_online VALUES ('1745922603', '18.222.109.133', 'gvc88s3krp15uu1paouhrovsjk', '0', '/contact')
3 = DELETE FROM user_online WHERE timestamp <= '1745922503'
4 = SELECT COUNT(DISTINCT(session_id)) FROM user_online
5 = SELECT COUNT(DISTINCT(session_id)) FROM user_online WHERE user_id != '0'
6 = SELECT * FROM `page_feature` AS pf, `mods` AS m WHERE pf.mod_id = m.mod_id AND pf.feature_is_active = 1
7 = SELECT * FROM slideshow WHERE image_active ORDER BY image_sort_order ASC, image_date_created DESC
8 = SELECT t.*, tc.tour_category_title FROM tour AS t LEFT JOIN tour_category AS tc ON tc.tour_category_id = t.tour_category_id WHERE t.tour_featured = 1 AND t.tour_active = 1 ORDER BY t.tour_sort_order ASC LIMIT 6