DB Queries (12 total)
0 = SELECT * FROM `page` AS p, `mods` AS m WHERE p.page_title = 'blog' 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 ('1745928349', '3.17.156.98', '6f83qbuirlukip67nncmbi77me', '0', '/blog/tag/entertainment')
3 = DELETE FROM user_online WHERE timestamp <= '1745928249'
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 blog_entry AS b LEFT JOIN blog_tag AS bt ON bt.blog_entry_id = b.blog_entry_id WHERE bt.blog_tag_word = 'entertainment' AND b.blog_entry_active = 1
7 = SELECT b.blog_entry_id FROM blog_entry AS b LEFT JOIN blog_tag AS bt ON bt.blog_entry_id = b.blog_entry_id WHERE bt.blog_tag_word = 'entertainment' AND b.blog_entry_active = 1 AND blog_entry_date_posted <= '2025-04-29 08:05:49' GROUP BY b.blog_entry_id ORDER BY b.blog_entry_date_posted DESC LIMIT 0, 10
8 = SELECT b.*, bt.blog_tag_id, bt.blog_tag_word FROM blog_entry AS b LEFT JOIN blog_tag AS bt ON bt.blog_entry_id = b.blog_entry_id WHERE b.blog_entry_id IN ( 14,13,12,11,10 ) ORDER BY b.blog_entry_date_posted DESC
9 = SELECT * FROM `page_feature` AS pf, `mods` AS m WHERE pf.mod_id = m.mod_id AND pf.feature_is_active = 1
10 = SELECT * FROM slideshow WHERE image_active ORDER BY image_sort_order ASC, image_date_created DESC
11 = 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