SHOW FULL COLUMNS FROM `sdb_post_relation_ship` [ RunTime:0.004003s ]
SHOW FULL COLUMNS FROM `sdb_post` [ RunTime:0.003781s ]
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.004123s ]
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.004268s ]
SHOW FULL COLUMNS FROM `sdb_links` [ RunTime:0.003584s ]
SELECT `title`,`link` FROM `sdb_links` WHERE `status` = 1 ORDER BY `sort` DESC [ RunTime:0.002986s ]
SHOW FULL COLUMNS FROM `sdb_system_setting` [ RunTime:0.003499s ]
SELECT `value`,`key` FROM `sdb_system_setting` WHERE ( 1=1 ) [ RunTime:0.003025s ]
SHOW FULL COLUMNS FROM `sdb_post_chapter` [ RunTime:0.003522s ]
SELECT `Post`.*,`content`,`Post`.`index` FROM `sdb_post` `Post` INNER JOIN `sdb_post_chapter` `PostChapter` ON `Post`.`id`=`PostChapter`.`post_id` WHERE `Post`.`id` = '1128' LIMIT 1 [ RunTime:0.003088s ]
UPDATE `sdb_post` SET `views` = 7369 WHERE `id` = 1128 [ RunTime:0.003095s ]
SHOW FULL COLUMNS FROM `sdb_post_meta` [ RunTime:0.003624s ]
SELECT * FROM `sdb_post_meta` WHERE `post_id` = 1128 [ RunTime:0.003007s ]
SELECT * FROM `sdb_post_relation_ship` WHERE `object_id` = 1128 LIMIT 1 [ RunTime:0.002980s ]
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` > 1128 AND `website` = 'news' ORDER BY `created` ASC LIMIT 1 [ RunTime:0.003199s ]
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` < 1128 AND `website` = 'news' ORDER BY `created` DESC LIMIT 1 [ RunTime:0.004337s ]