home.thtml
6 queries took 6 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `categories`771
2SELECT `Category`.`id`, `Category`.`name`, `Category`.`description`, `Category`.`parent`, `Category`.`order`, `Category`.`created`, `Category`.`modified` FROM `categories` AS `Category` WHERE `Category`.`parent` = 0 ORDER BY `order` ASC 221
3SELECT `Category`.`id`, `Category`.`name`, `Category`.`description`, `Category`.`parent`, `Category`.`order`, `Category`.`created`, `Category`.`modified` FROM `categories` AS `Category` WHERE `Category`.`parent` = 3 ORDER BY `order` ASC 001
4SELECT `Category`.`id`, `Category`.`name`, `Category`.`description`, `Category`.`parent`, `Category`.`order`, `Category`.`created`, `Category`.`modified` FROM `categories` AS `Category` WHERE `Category`.`parent` = 4 ORDER BY `order` ASC 111
5SELECT `Category`.`id`, `Category`.`name`, `Category`.`description`, `Category`.`parent`, `Category`.`order`, `Category`.`created`, `Category`.`modified` FROM `categories` AS `Category` WHERE `Category`.`parent` = 2 ORDER BY `order` ASC 111
6SELECT `Category`.`id`, `Category`.`name`, `Category`.`description`, `Category`.`parent`, `Category`.`order`, `Category`.`created`, `Category`.`modified` FROM `categories` AS `Category` WHERE `Category`.`parent` = 1 ORDER BY `order` ASC 001