SHOW FULL COLUMNS FROM `cmf_doc` [ RunTime:0.001638s ]
SELECT * FROM `cmf_doc` WHERE `id` = 39073392 LIMIT 1 [ RunTime:0.000574s ]
UPDATE `cmf_doc` SET `hits` = `hits` + 1 WHERE `id` = 39073392 [ RunTime:0.000809s ]
SHOW FULL COLUMNS FROM `cmf_mix` [ RunTime:0.001647s ]
UPDATE `cmf_mix` SET `hits` = `hits` + 1 WHERE `uuid` = '8fc5f8be4a1d428496f6c044f08b8197' [ RunTime:0.001368s ]
SHOW FULL COLUMNS FROM `cmf_topic_doc` [ RunTime:0.001351s ]
SHOW FULL COLUMNS FROM `cmf_topic` [ RunTime:0.001708s ]
SELECT `a`.`name`,`a`.`id` FROM `cmf_topic` `a` INNER JOIN `cmf_topic_doc` `pivot` ON `pivot`.`topic_id`=`a`.`id` WHERE ( `pivot`.`post_id` = '39073392' ) [ RunTime:0.000784s ]
SHOW FULL COLUMNS FROM `cmf_category` [ RunTime:0.001336s ]
SELECT `topic_id`,`zsxq` FROM `cmf_category` WHERE `delete_time` = 0 [ RunTime:0.000554s ]
SELECT `a`.`id`,`a`.`title`,`a`.`thumbnail`,`a`.`count`,`a`.`format`,`a`.`published_time`,b.topic_id as topic_id FROM `cmf_doc` `a` INNER JOIN `cmf_topic_doc` `b` ON `a`.`id`=`b`.`post_id` WHERE ( `a`.`delete_time` = '0' AND `a`.`kind` = '1' AND `b`.`topic_id` IN ('1539','1901') ) ORDER BY `a`.`published_time` DESC LIMIT 5 [ RunTime:0.056230s ]
SHOW FULL COLUMNS FROM `cmf_theme_file` [ RunTime:0.001164s ]
SELECT * FROM `cmf_theme_file` WHERE `theme` = 'default' AND `file` = 'demo/index' LIMIT 1 [ RunTime:0.000515s ]
SELECT `more`,`file`,`id`,`is_public` FROM `cmf_theme_file` WHERE `theme` = 'default' AND ( `is_public` = 1 OR `file` = 'matrix/wiki/web_doc_view' ) ORDER BY `is_public` DESC [ RunTime:0.000481s ]
SELECT `cmf_topic`.*,`pivot`.`id` AS `pivot__id`,`pivot`.`post_id` AS `pivot__post_id`,`pivot`.`category_id` AS `pivot__category_id`,`pivot`.`topic_id` AS `pivot__topic_id`,`pivot`.`list_order` AS `pivot__list_order`,`pivot`.`status` AS `pivot__status` FROM `cmf_topic` INNER JOIN `cmf_topic_doc` `pivot` ON `pivot`.`topic_id`=`cmf_topic`.`id` WHERE ( `pivot`.`post_id` = '39073392' ) [ RunTime:0.000847s ]