| 1 | DESCRIBE `cake_videos` | | 9 | 9 | 1 |
| 2 | SELECT COUNT(*) AS `count` FROM `cake_videos` AS `Video` WHERE `Video`.`category` = 'redcarpet' | | 1 | 1 | 0 |
| 3 | SELECT `Video`.`id`, `Video`.`category`, `Video`.`date`, `Video`.`title`, `Video`.`width`, `Video`.`height`, `Video`.`description`, `Video`.`filename`, `Video`.`hitcount` FROM `cake_videos` AS `Video` WHERE `Video`.`category` = 'redcarpet' ORDER BY `date` DESC LIMIT 10 | | 7 | 7 | 1 |
| 4 | SELECT `Content`.`id`, `Content`.`parent`, `Content`.`order`, `Content`.`alternateUrl`, `Content`.`alternateExternal`, `Content`.`title`, `Content`.`subTitle`, `Content`.`content` FROM `cake_contents` AS `Content` WHERE `Content`.`id` = 25 LIMIT 1 | | 1 | 1 | 0 |
| 5 | SELECT `Content`.`id`, `Content`.`parent`, `Content`.`order`, `Content`.`alternateUrl`, `Content`.`alternateExternal`, `Content`.`title`, `Content`.`subTitle`, `Content`.`content` FROM `cake_contents` AS `Content` WHERE `Content`.`parent` = 57 ORDER BY `Content`.`order` ASC | | 5 | 5 | 0 |
| 6 | SELECT `Content`.`id`, `Content`.`parent`, `Content`.`order`, `Content`.`alternateUrl`, `Content`.`alternateExternal`, `Content`.`title`, `Content`.`subTitle`, `Content`.`content` FROM `cake_contents` AS `Content` WHERE `Content`.`parent` = 23 ORDER BY `Content`.`order` ASC | | 0 | 0 | 0 |
| 7 | SELECT `Content`.`id`, `Content`.`parent`, `Content`.`order`, `Content`.`alternateUrl`, `Content`.`alternateExternal`, `Content`.`title`, `Content`.`subTitle`, `Content`.`content` FROM `cake_contents` AS `Content` WHERE `Content`.`parent` = 25 ORDER BY `Content`.`order` ASC | | 0 | 0 | 1 |
| 8 | SELECT `Content`.`id`, `Content`.`parent`, `Content`.`order`, `Content`.`alternateUrl`, `Content`.`alternateExternal`, `Content`.`title`, `Content`.`subTitle`, `Content`.`content` FROM `cake_contents` AS `Content` WHERE `Content`.`parent` = 26 ORDER BY `Content`.`order` ASC | | 0 | 0 | 0 |
| 9 | SELECT `Content`.`id`, `Content`.`parent`, `Content`.`order`, `Content`.`alternateUrl`, `Content`.`alternateExternal`, `Content`.`title`, `Content`.`subTitle`, `Content`.`content` FROM `cake_contents` AS `Content` WHERE `Content`.`parent` = 39 ORDER BY `Content`.`order` ASC | | 0 | 0 | 0 |
| 10 | SELECT `Content`.`id`, `Content`.`parent`, `Content`.`order`, `Content`.`alternateUrl`, `Content`.`alternateExternal`, `Content`.`title`, `Content`.`subTitle`, `Content`.`content` FROM `cake_contents` AS `Content` WHERE `Content`.`parent` = 69 ORDER BY `Content`.`order` ASC | | 0 | 0 | 0 |
| 11 | SELECT `Content`.`title` FROM `cake_contents` AS `Content` WHERE `Content`.`id` = 57 LIMIT 1 | | 1 | 1 | 0 |