| 3 | SELECT `Post`.`id`, `Post`.`title`, `Post`.`content`, `Post`.`excerpt`, `Post`.`file`, `Post`.`slug`, `Post`.`created`, `Post`.`modified` FROM `posts` AS `Post` WHERE 1 = 1 ORDER BY `Post`.`created` DESC | | 9 | 9 | 1 |
| 4 | SELECT `Comment`.`id`, `Comment`.`post_id`, `Comment`.`name`, `Comment`.`email`, `Comment`.`comment`, `Comment`.`published`, `Comment`.`created`, `Comment`.`modified` FROM `comments` AS `Comment` WHERE `Comment`.`post_id` IN (69, 68, 67, 66, 65, 64, 63, 62, 55) ORDER BY `Comment`.`created` DESC | | 43 | 43 | 2 |