Thank You South Carolina!!!

Comments

Leave a Reply

Share/Save/Bookmark
(default) 8 queries took 42 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `posts`8814
2DESCRIBE `comments`8815
3SELECT `Post`.`id`, `Post`.`title`, `Post`.`content`, `Post`.`excerpt`, `Post`.`file`, `Post`.`slug`, `Post`.`created`, `Post`.`modified` FROM `posts` AS `Post` WHERE `Post`.`slug` = 'thank-you' LIMIT 1112
4SELECT `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` = (64) ORDER BY `Comment`.`created` DESC 001
5SELECT COUNT(*) AS `count` FROM `comments` AS `Comment` LEFT JOIN `posts` AS `Post` ON (`Comment`.`post_id` = `Post`.`id`) WHERE `post_id` = 64 AND `published` = 1 112
6SELECT `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 553
7SELECT `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 (65, 64, 63, 62, 55) ORDER BY `Comment`.`created` DESC 003
8SELECT `Brand`.`id`, `Brand`.`title`, `Brand`.`logo`, `Brand`.`description`, `Brand`.`header_img`, `Brand`.`url`, `Brand`.`slug`, `Brand`.`order`, `Brand`.`created`, `Brand`.`modified` FROM `brands` AS `Brand` WHERE 1 = 1 ORDER BY `Brand`.`order` ASC 552