SHOW FULL COLUMNS FROM `topics` [ RunTime:0.000379s ]
SELECT * FROM `topics` WHERE ( `slug` = 't-7604815336' ) AND `topics`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.000347s ]
SELECT * FROM `topics` WHERE ( `id` = 842 ) AND `topics`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.000265s ]
SELECT * FROM `topics` WHERE ( `id` = 1948 ) AND `topics`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.000304s ]
SELECT `id` FROM `topics` WHERE ( ( `id` = 1948 OR `path` LIKE '/842/1948/%' ) AND `sub_status` = 1 AND `audit_status` = 1 AND `is_sensitive` = 0 ) AND `topics`.`delete_time` IS NULL [ RunTime:0.000381s ]
SHOW FULL COLUMNS FROM `posts` [ RunTime:0.000489s ]
SELECT `p`.* FROM `posts` `p` INNER JOIN `topics` `t` ON `t`.`id`=`p`.`topic_id` WHERE `p`.`audit_status` = '1' AND `p`.`is_sensitive` = '0' AND `t`.`sub_status` = '1' AND `t`.`audit_status` = '1' AND `t`.`is_sensitive` = '0' AND `t`.`delete_time` IS NULL AND `p`.`topic_id` IN ('1949','1948') ORDER BY `p`.`is_pinned` DESC,`p`.`create_time` DESC,`p`.`id` DESC LIMIT 30 [ RunTime:0.000567s ]