(default) 11 queries took 1 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `menu_items`990
2DESCRIBE `menu_sections`660
3SELECT `MenuSection`.`id`, `MenuSection`.`name`, `MenuSection`.`type`, `MenuSection`.`display_order`, `MenuSection`.`created`, `MenuSection`.`modified` FROM `menu_sections` AS `MenuSection` WHERE 1 = 1 ORDER BY `MenuSection`.`display_order` ASC 660
4SELECT `MenuItems`.`id`, `MenuItems`.`menu_section_id`, `MenuItems`.`name`, `MenuItems`.`description`, `MenuItems`.`price`, `MenuItems`.`display_order`, `MenuItems`.`image`, `MenuItems`.`created`, `MenuItems`.`modified` FROM `menu_items` AS `MenuItems` WHERE `MenuItems`.`menu_section_id` IN (15, 1, 17, 20, 19, 21) ORDER BY `MenuItems`.`display_order` ASC 881
5SELECT `MenuSection`.`name` FROM `menu_sections` AS `MenuSection` WHERE `MenuSection`.`type` = 'Breakfast' ORDER BY `MenuSection`.`display_order` ASC 330
6SELECT `MenuSection`.`name` FROM `menu_sections` AS `MenuSection` WHERE `MenuSection`.`type` = 'Lunch / Dinner' ORDER BY `MenuSection`.`display_order` ASC 330
7DESCRIBE `settings`330
8SELECT `Setting`.`value` FROM `settings` AS `Setting` WHERE `name` = 'hours' 110
9DESCRIBE `event_comments`880
10DESCRIBE `events`12120
11SELECT COUNT(*) AS `count` FROM `event_comments` AS `EventComment` LEFT JOIN `events` AS `Event` ON (`EventComment`.`event_id` = `Event`.`id`) WHERE `EventComment`.`approved` = 0 110