DB Queries (11 total)
0 = SELECT * FROM `page` AS p, `mods` AS m WHERE p.page_title = 'partner wineries' 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 ('1745929373', '18.218.8.36', 'osaerejnsl5js073dsam78dmqp', '0', '/partner-wineries/page/2')
3 = DELETE FROM user_online WHERE timestamp <= '1745929273'
4 = SELECT COUNT(DISTINCT(session_id)) FROM user_online
5 = SELECT COUNT(DISTINCT(session_id)) FROM user_online WHERE user_id != '0'
6 = SELECT COUNT(*) FROM winery
7 = SELECT * FROM winery ORDER BY winery_sort_order ASC LIMIT 10, 10
8 = SELECT * FROM `page_feature` AS pf, `mods` AS m WHERE pf.mod_id = m.mod_id AND pf.feature_is_active = 1
9 = SELECT * FROM slideshow WHERE image_active ORDER BY image_sort_order ASC, image_date_created DESC
10 = 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