22 queries in 20.87ms
1. SELECT 1 FROM information_schema.tables WHERE table_schema = DATABASE() AND table_name = ? LIMIT 1 [core_pages] 1.39ms · db_table_exists > db_select_row
2. SELECT * FROM app_ceremonies WHERE status = ? ORDER BY pos ASC LIMIT ? [active, 12] 1.67ms · get_ceremonies > db_select_rows
3. SELECT id, title, meta_title, meta_desc FROM core_pages WHERE title = ? LIMIT 1 [Global] 1.15ms · get_page_row > db_select_row
4. SELECT title, body FROM core_text WHERE page = ? ORDER BY pos ASC [9] 1.18ms · get_page_text > db_select_rows
5. SELECT id, title, meta_title, meta_desc FROM core_pages WHERE title = ? AND status = 'active' LIMIT 1 [Contact] 0.44ms · get_page_row > db_select_row
6. SELECT title, body FROM core_text WHERE page = ? ORDER BY pos ASC [6] 0.45ms · get_page_text > db_select_rows
7. SELECT id, title, meta_title, meta_desc FROM core_pages WHERE title = ? AND status = 'active' LIMIT 1 [Home] 0.41ms · get_page_row > db_select_row
8. SELECT title, body FROM core_text WHERE page = ? ORDER BY pos ASC [1] 0.55ms · get_page_text > db_select_rows
9. SELECT title, img, alt FROM core_imgs WHERE page = ? AND status = 'active' ORDER BY pos ASC [1] 1.05ms · get_page_images > db_select_rows
10. SELECT name, value FROM core_settings 1.15ms · settings_cache > db_select_rows
11. SELECT 1 FROM information_schema.tables WHERE table_schema = DATABASE() AND table_name = ? LIMIT 1 [app_locations] 1.18ms · locations_table_ready > db_select_row
12. SELECT * FROM app_locations WHERE status = ? ORDER BY pos ASC LIMIT ? [active, 12] 1.23ms · get_locations > db_select_rows
13. SELECT * FROM app_inclusions WHERE status = 'active' ORDER BY pos ASC LIMIT 6 1.03ms · include > db_select_rows
14. SELECT * FROM app_fees WHERE status = 'active' ORDER BY pos ASC LIMIT 4 1.07ms · include > db_select_rows
15. SELECT * FROM app_testimonials WHERE featured = 'yes' AND status = ? ORDER BY pos ASC LIMIT ? [active, 4] 0.98ms · get_slider_testimonials > db_select_rows
16. SELECT t.title, t.body FROM core_text t INNER JOIN core_pages p ON p.id = t.page WHERE p.title = ? AND t.title = ? LIMIT 1 [Contact, Google My Business] 0.69ms · get_page_text > db_select_row
17. SELECT * FROM app_awards WHERE status = 'active' ORDER BY pos ASC 0.85ms · include > db_select_rows
18. SELECT title, body FROM app_process WHERE status = 'active' ORDER BY pos ASC 0.83ms · include > db_select_rows
19. SELECT p.id, p.title, p.url, p.subtitle, p.intro, p.img, p.post_date, c.title AS cat_title, c.url AS cat_url FROM app_posts p LEFT JOIN app_posts_cats c ON c.id = p.cat WHERE p.status = 'active' AND p.post_date <= NOW() ORDER BY p.post_date DESC LIMIT ?, ? [0, 3] 1.74ms · get_posts > db_select_rows
20. SELECT t.title, t.body FROM core_text t INNER JOIN core_pages p ON p.id = t.page WHERE p.title = ? AND t.title = ? LIMIT 1 [Contact, Facebook URL] 0.74ms · get_page_text > db_select_row
21. SELECT t.title, t.body FROM core_text t INNER JOIN core_pages p ON p.id = t.page WHERE p.title = ? AND t.title = ? LIMIT 1 [Contact, Instagram URL] 0.59ms · get_page_text > db_select_row
22. SELECT t.title, t.body FROM core_text t INNER JOIN core_pages p ON p.id = t.page WHERE p.title = ? AND t.title = ? LIMIT 1 [Contact, Google My Business] 0.50ms · get_page_text > db_select_row