| 1 | DESCRIBE `images` | | 10 | 10 | 2 |
| 2 | DESCRIBE `comments` | | 8 | 8 | 1 |
| 3 | DESCRIBE `categories` | | 5 | 5 | 1 |
| 4 | DESCRIBE `categories_images` | | 5 | 5 | 1 |
| 5 | SELECT `Image`.`id`, `Image`.`title`, `Image`.`thumb_small`, `Image`.`thumb_large`, `Image`.`full_photo`, `Image`.`description`, `Image`.`views`, `Image`.`favs`, `Image`.`created`, `Image`.`modified` FROM `images` AS `Image` WHERE 1 = 1 ORDER BY `Image`.`created` DESC | | 27 | 27 | 12 |
| 6 | SELECT `Comment`.`id`, `Comment`.`image_id`, `Comment`.`author`, `Comment`.`country`, `Comment`.`url`, `Comment`.`comment`, `Comment`.`created`, `Comment`.`modified` FROM `comments` AS `Comment` WHERE `Comment`.`image_id` IN (29, 28, 27, 26, 25, 24, 23, 22, 21, 20, 19, 18, 17, 16, 15, 14, 13, 12, 11, 10, 9, 7, 6, 5, 4, 3, 1) | | 7 | 7 | 3 |
| 7 | SELECT `Category`.`id`, `Category`.`title`, `Category`.`order`, `Category`.`created`, `Category`.`modified`, `CategoriesImage`.`id`, `CategoriesImage`.`category_id`, `CategoriesImage`.`image_id`, `CategoriesImage`.`created`, `CategoriesImage`.`modified` FROM `categories` AS `Category` JOIN `categories_images` AS `CategoriesImage` ON (`CategoriesImage`.`image_id` IN (29, 28, 27, 26, 25, 24, 23, 22, 21, 20, 19, 18, 17, 16, 15, 14, 13, 12, 11, 10, 9, 7, 6, 5, 4, 3, 1) AND `CategoriesImage`.`category_id` = `Category`.`id`) WHERE 1 = 1 | | 29 | 29 | 11 |