| 1 | DESCRIBE `images` | | 10 | 10 | 1 |
| 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 | | 35 | 35 | 1 |
| 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 (48, 47, 46, 45, 44, 43, 42, 41, 39, 38, 37, 36, 35, 34, 33, 32, 31, 30, 29, 28, 27, 26, 25, 24, 23, 22, 21, 20, 19, 18, 16, 15, 14, 13, 12) | | 4 | 4 | 1 |
| 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 (48, 47, 46, 45, 44, 43, 42, 41, 39, 38, 37, 36, 35, 34, 33, 32, 31, 30, 29, 28, 27, 26, 25, 24, 23, 22, 21, 20, 19, 18, 16, 15, 14, 13, 12) AND `CategoriesImage`.`category_id` = `Category`.`id`) WHERE 1 = 1 | | 35 | 35 | 1 |