| 1 | DESCRIBE `cake_contents` | | 8 | 8 | 1 |
| 2 | DESCRIBE `cake_affiliates` | | 8 | 8 | 1 |
| 3 | DESCRIBE `cake_affiliate_types` | | 2 | 2 | 1 |
| 4 | SELECT `AffiliateType`.`id`, `AffiliateType`.`name` FROM `cake_affiliate_types` AS `AffiliateType` WHERE 1 = 1 | | 5 | 5 | 0 |
| 5 | SELECT `Affiliate`.`id`, `Affiliate`.`affiliate_type_id`, `Affiliate`.`approved`, `Affiliate`.`site_subject`, `Affiliate`.`site_button`, `Affiliate`.`site_url`, `Affiliate`.`site_email`, `Affiliate`.`site_name` FROM `cake_affiliates` AS `Affiliate` WHERE `Affiliate`.`affiliate_type_id` IN (1, 2, 3, 4, 5) | | 111 | 111 | 1 |
| 6 | SELECT `AffiliateType`.`id`, `AffiliateType`.`name` FROM `cake_affiliate_types` AS `AffiliateType` WHERE 1 = 1 ORDER BY `AffiliateType`.`name` ASC | | 5 | 5 | 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` = 4 ORDER BY `Content`.`order` ASC | | 3 | 3 | 0 |
| 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` = 35 ORDER BY `Content`.`order` ASC | | 0 | 0 | 1 |
| 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` = 36 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` = 32 ORDER BY `Content`.`order` ASC | | 3 | 3 | 0 |
| 11 | SELECT `Content`.`title` FROM `cake_contents` AS `Content` WHERE `Content`.`id` = 35 LIMIT 1 | | 1 | 1 | 0 |