(default) 11 queries took 44 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `posts`10102
2DESCRIBE `sections`2231
3DESCRIBE `images`441
4DESCRIBE `productcategories`881
5DESCRIBE `products`13132
6DESCRIBE `productimages`441
7DESCRIBE `videos`331
8DESCRIBE `users`881
9SELECT `Post`.`id`, `Post`.`active`, `Post`.`section_id`, `Post`.`url`, `Post`.`title`, `Post`.`image`, `Post`.`hometext`, `Post`.`body`, `Post`.`created`, `Post`.`modified`, `Section`.`id`, `Section`.`title` FROM `posts` AS `Post` LEFT JOIN `sections` AS `Section` ON (`Post`.`section_id` = `Section`.`id`) where `Post`.`section_id`=2 ORDER BY `Post`.`id` ASC 332
10SELECT `Productcategory`.`id`, `Productcategory`.`cat`, `Productcategory`.`title`, `Productcategory`.`en_title`, `Productcategory`.`url`, `Productcategory`.`description`, `Productcategory`.`keywords`, `Productcategory`.`image` FROM `productcategories` AS `Productcategory` WHERE `Productcategory`.`cat` = '0' 221
11SELECT `Product`.`id`, `Product`.`productcategory_id`, `Product`.`title`, `Product`.`url`, `Product`.`description`, `Product`.`body`, `Product`.`en_title`, `Product`.`en_description`, `Product`.`en_body`, `Product`.`note`, `Product`.`created`, `Product`.`modified`, `Product`.`image` FROM `products` AS `Product` WHERE `Product`.`productcategory_id` IN (1, 2) ORDER BY `Product`.`id` DESC 111