| 1 | SELECT `Information`.`id`, `Information`.`datetime`, `Information`.`category`, `Information`.`title`, `Information`.`body1`, `Information`.`body2`, `Information`.`body3`, `Information`.`image1`, `Information`.`image2`, `Information`.`image3`, `Information`.`active`, `Information`.`created`, `Information`.`modified`, `Information`.`deleted`, `Information`.`deleted_date` FROM `information` AS `Information` WHERE `Information`.`active` = 1 AND `Information`.`deleted` = 0 ORDER BY `Information`.`datetime` desc, `Information`.`id` desc LIMIT 3 | | 3 | 3 | 1 |
| 2 | SELECT `Ranking`.`id`, `Ranking`.`company`, `Ranking`.`product`, `Ranking`.`url`, `Ranking`.`type`, `Ranking`.`body`, `Ranking`.`star`, `Ranking`.`image`, `Ranking`.`sort_id`, `Ranking`.`active`, `Ranking`.`created`, `Ranking`.`modified`, `Ranking`.`deleted`, `Ranking`.`deleted_date` FROM `rankings` AS `Ranking` WHERE `Ranking`.`active` = 1 ORDER BY `Ranking`.`sort_id` ASC, `Ranking`.`star` desc LIMIT 3 | | 3 | 3 | 1 |
| 3 | SELECT `Column`.`id`, `Column`.`columnists`, `Column`.`datetime`, `Column`.`title`, `Column`.`body1`, `Column`.`body2`, `Column`.`body3`, `Column`.`image1`, `Column`.`image2`, `Column`.`image3`, `Column`.`active`, `Column`.`created`, `Column`.`modified`, `Column`.`deleted`, `Column`.`deleted_date`, `Columnists`.`id`, `Columnists`.`name`, `Columnists`.`title`, `Columnists`.`body`, `Columnists`.`image`, `Columnists`.`active`, `Columnists`.`created`, `Columnists`.`modified`, `Columnists`.`deleted`, `Columnists`.`deleted_date` FROM `columns` AS `Column` LEFT JOIN `columnists` AS `Columnists` ON (`Column`.`columnists` = `Columnists`.`id`) WHERE `Column`.`active` = 1 AND `Column`.`deleted` = 0 ORDER BY `Column`.`datetime` desc, `Column`.`id` desc LIMIT 1 | | 1 | 1 | 1 |
| 4 | SELECT COUNT(*) AS `count` FROM `tweets` AS `Tweet` WHERE `Tweet`.`active` = 1 AND `Tweet`.`type` = 1 | | 1 | 1 | 0 |
| 5 | SELECT `Tweet`.`id`, `Tweet`.`name`, `Tweet`.`tweet_time`, `Tweet`.`via`, `Tweet`.`link`, `Tweet`.`body`, `Tweet`.`type`, `Tweet`.`image`, `Tweet`.`active`, `Tweet`.`created`, `Tweet`.`modified`, `Tweet`.`deleted`, `Tweet`.`deleted_date` FROM `tweets` AS `Tweet` WHERE `Tweet`.`active` = 1 AND `Tweet`.`type` = 1 ORDER BY `Tweet`.`id` asc LIMIT 5 | | 5 | 5 | 0 |
| 6 | SELECT COUNT(*) AS `count` FROM `tweets` AS `Tweet` WHERE `Tweet`.`active` = 1 AND `Tweet`.`type` = 2 | | 1 | 1 | 0 |
| 7 | SELECT `Tweet`.`id`, `Tweet`.`name`, `Tweet`.`tweet_time`, `Tweet`.`via`, `Tweet`.`link`, `Tweet`.`body`, `Tweet`.`type`, `Tweet`.`image`, `Tweet`.`active`, `Tweet`.`created`, `Tweet`.`modified`, `Tweet`.`deleted`, `Tweet`.`deleted_date` FROM `tweets` AS `Tweet` WHERE `Tweet`.`active` = 1 AND `Tweet`.`type` = 2 ORDER BY `Tweet`.`id` asc LIMIT 5 | | 5 | 5 | 1 |
| 8 | SELECT COUNT(*) AS `count` FROM `tweets` AS `Tweet` WHERE `Tweet`.`active` = 1 AND `Tweet`.`type` = 3 | | 1 | 1 | 0 |
| 9 | SELECT `Tweet`.`id`, `Tweet`.`name`, `Tweet`.`tweet_time`, `Tweet`.`via`, `Tweet`.`link`, `Tweet`.`body`, `Tweet`.`type`, `Tweet`.`image`, `Tweet`.`active`, `Tweet`.`created`, `Tweet`.`modified`, `Tweet`.`deleted`, `Tweet`.`deleted_date` FROM `tweets` AS `Tweet` WHERE `Tweet`.`active` = 1 AND `Tweet`.`type` = 3 ORDER BY `Tweet`.`id` asc LIMIT 5 | | 5 | 5 | 0 |
| 10 | SELECT `Exchange`.`id`, `Exchange`.`pair`, `Exchange`.`buy`, `Exchange`.`sell`, `Exchange`.`active`, `Exchange`.`created`, `Exchange`.`modified`, `Exchange`.`deleted`, `Exchange`.`deleted_date` FROM `exchanges` AS `Exchange` WHERE 1 = 1 | | 65 | 65 | 0 |
| 11 | SELECT `Columnist`.`id`, `Columnist`.`name`, `Columnist`.`title`, `Columnist`.`body`, `Columnist`.`image`, `Columnist`.`active`, `Columnist`.`created`, `Columnist`.`modified`, `Columnist`.`deleted`, `Columnist`.`deleted_date` FROM `columnists` AS `Columnist` WHERE `Columnist`.`id` = 1 LIMIT 1 | | 1 | 1 | 0 |