| Query | Error | Affected | Num. rows | Took (ms) | Actions |
|---|
| SELECT `Quote`.`id`, `Quote`.`content`, `Quote`.`chapter`, `Quote`.`author` FROM `quotes` AS `Quote` WHERE `chapter` = 'about' ORDER BY `Quote`.`id` DESC LIMIT 1 | | 0 | 0 | 0 | |
| SELECT `Quote`.`id`, `Quote`.`content`, `Quote`.`chapter`, `Quote`.`author` FROM `quotes` AS `Quote` WHERE `chapter` = 'main' ORDER BY `Quote`.`id` DESC LIMIT 1 | | 1 | 1 | 0 | |
| SELECT `Banner`.`id`, `Banner`.`caption`, `Banner`.`image`, `Banner`.`position`, `Banner`.`disabled` FROM `banners` AS `Banner` WHERE `Banner`.`disabled` = 0 AND `image` <> '' AND `Banner`.`disabled` <> 1 ORDER BY RAND() ASC | | 5 | 5 | 0 | |
| SELECT `UrlRule`.`id`, `UrlRule`.`url`, `UrlRule`.`disabled`, `UrlRule`.`note`, `UrlRule`.`created`, `UrlRule`.`modified` FROM `url_rules` AS `UrlRule` WHERE `UrlRule`.`disabled` = 0 AND `UrlRule`.`url` IN ('/news-one/10', '/news-one/*', '/*', '*') AND `UrlRule`.`disabled` <> 1 ORDER BY `UrlRule`.`url` ASC, `UrlRule`.`id` ASC | | 1 | 1 | 0 | |
| SELECT COUNT(*) AS `count` FROM `news` AS `News` WHERE `News`.`id` = 10 | | 1 | 1 | 0 | |
| SELECT COUNT(*) AS `count` FROM `news` AS `News` WHERE `News`.`id` = 10 | | 1 | 1 | 0 | |
| SELECT `News`.`id`, `News`.`caption`, `News`.`brief`, `News`.`content`, `News`.`image`, `News`.`thumbnail`, `News`.`published`, `News`.`disabled` FROM `news` AS `News` WHERE `News`.`disabled` = 0 AND `News`.`id` = 10 AND `News`.`disabled` <> 1 ORDER BY `News`.`published` DESC, `News`.`id` DESC LIMIT 1 | | 1 | 1 | 0 | |
| SELECT COUNT(*) AS `count` FROM `news` AS `News` WHERE `News`.`id` = 10 | | 1 | 1 | 0 | |
| SELECT `News`.`published`, `News`.`id` FROM `news` AS `News` WHERE `News`.`id` = 10 ORDER BY `News`.`published` DESC, `News`.`id` DESC LIMIT 1 | | 1 | 1 | 0 | |
| SELECT `News`.`id`, `News`.`caption`, `News`.`brief`, `News`.`content`, `News`.`image`, `News`.`thumbnail`, `News`.`published`, `News`.`disabled` FROM `news` AS `News` WHERE `News`.`disabled` = 0 AND `News`.`id` <> 10 AND `News`.`published` < '2012-02-13' AND `News`.`disabled` <> 1 ORDER BY `News`.`published` DESC, `News`.`id` DESC LIMIT 1 | | 1 | 1 | 0 | |
| SELECT `News`.`id`, `News`.`caption`, `News`.`brief`, `News`.`content`, `News`.`image`, `News`.`thumbnail`, `News`.`published`, `News`.`disabled` FROM `news` AS `News` WHERE `News`.`disabled` = 0 AND `News`.`id` <> 10 AND `News`.`published` > '2012-02-13' AND `News`.`disabled` <> 1 ORDER BY `News`.`published` ASC, `News`.`id` ASC LIMIT 1 | | 0 | 0 | 0 | |
| SELECT `News`.`published`, `News`.`id` FROM `news` AS `News` WHERE `News`.`id` = 10 ORDER BY `News`.`published` DESC, `News`.`id` DESC LIMIT 1 | | 1 | 1 | 0 | |
| SELECT `News`.`id`, `News`.`caption`, `News`.`brief`, `News`.`content`, `News`.`image`, `News`.`thumbnail`, `News`.`published`, `News`.`disabled` FROM `news` AS `News` WHERE `News`.`disabled` = 0 AND `News`.`id` <> 10 AND `News`.`published` = '2012-02-13' AND `News`.`id` < 10 AND `News`.`disabled` <> 1 ORDER BY `News`.`id` DESC LIMIT 1 | | 0 | 0 | 0 | |
| SELECT `News`.`id`, `News`.`caption`, `News`.`brief`, `News`.`content`, `News`.`image`, `News`.`thumbnail`, `News`.`published`, `News`.`disabled` FROM `news` AS `News` WHERE `News`.`disabled` = 0 AND `News`.`id` <> 10 AND `News`.`published` = '2012-02-13' AND `News`.`id` > 10 AND `News`.`disabled` <> 1 ORDER BY `News`.`id` ASC LIMIT 1 | | 0 | 0 | 0 | |