SHOW FULL COLUMNS FROM `sdb_post_relation_ship` [ RunTime:0.004191s ]
SHOW FULL COLUMNS FROM `sdb_post` [ RunTime:0.004114s ]
SELECT `Post`.* FROM `sdb_post` `Post` INNER JOIN `sdb_post_relation_ship` `PostRelationShip` ON `Post`.`id`=`PostRelationShip`.`object_id` WHERE `PostRelationShip`.`taxonomy_id` = '2' AND `status` = 'public' AND `website` = 'news' ORDER BY `created` DESC LIMIT 7 [ RunTime:0.004019s ]
SELECT `Post`.* FROM `sdb_post` `Post` INNER JOIN `sdb_post_relation_ship` `PostRelationShip` ON `Post`.`id`=`PostRelationShip`.`object_id` WHERE `PostRelationShip`.`taxonomy_id` = '2' AND `status` = 'public' AND `website` = 'news' ORDER BY `views` DESC LIMIT 7 [ RunTime:0.003909s ]
SHOW FULL COLUMNS FROM `sdb_links` [ RunTime:0.003380s ]
SELECT `title`,`link` FROM `sdb_links` WHERE `status` = 1 ORDER BY `sort` DESC [ RunTime:0.002751s ]
SHOW FULL COLUMNS FROM `sdb_system_setting` [ RunTime:0.003283s ]
SELECT `value`,`key` FROM `sdb_system_setting` WHERE ( 1=1 ) [ RunTime:0.002809s ]
SHOW FULL COLUMNS FROM `sdb_post_chapter` [ RunTime:0.003386s ]
SELECT `Post`.*,`content`,`Post`.`index` FROM `sdb_post` `Post` INNER JOIN `sdb_post_chapter` `PostChapter` ON `Post`.`id`=`PostChapter`.`post_id` WHERE `Post`.`id` = '1132' LIMIT 1 [ RunTime:0.002767s ]
UPDATE `sdb_post` SET `views` = 7492 WHERE `id` = 1132 [ RunTime:0.002760s ]
SHOW FULL COLUMNS FROM `sdb_post_meta` [ RunTime:0.003467s ]
SELECT * FROM `sdb_post_meta` WHERE `post_id` = 1132 [ RunTime:0.002842s ]
SELECT * FROM `sdb_post_relation_ship` WHERE `object_id` = 1132 LIMIT 1 [ RunTime:0.002706s ]
SELECT `Post`.*,`id`,`title` FROM `sdb_post` `Post` INNER JOIN `sdb_post_relation_ship` `PostRelationShip` ON `Post`.`id`=`PostRelationShip`.`object_id` WHERE `PostRelationShip`.`taxonomy_id` = '3' AND `id` > 1132 AND `website` = 'news' ORDER BY `created` ASC LIMIT 1 [ RunTime:0.002896s ]
SELECT `Post`.*,`id`,`title` FROM `sdb_post` `Post` INNER JOIN `sdb_post_relation_ship` `PostRelationShip` ON `Post`.`id`=`PostRelationShip`.`object_id` WHERE `PostRelationShip`.`taxonomy_id` = '3' AND `id` < 1132 AND `website` = 'news' ORDER BY `created` DESC LIMIT 1 [ RunTime:0.003791s ]