SELECT `more` FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' AND ( `is_public` = 1 OR `file` = 'portal/tag' ) [ RunTime:0.000333s ]
SELECT `config` FROM `cmf_plugin` WHERE `name` = 'Publish' LIMIT 1 [ RunTime:0.000251s ]
SHOW FULL COLUMNS FROM `cmf_nav` [ RunTime:0.000703s ]
SELECT `id` FROM `cmf_nav` WHERE `is_main` = 1 LIMIT 1 [ RunTime:0.000254s ]
SHOW FULL COLUMNS FROM `cmf_nav_menu` [ RunTime:0.000672s ]
SELECT * FROM `cmf_nav_menu` WHERE `nav_id` = 1 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000293s ]
SHOW FULL COLUMNS FROM `cmf_portal_post` [ RunTime:0.000866s ]
SELECT COUNT(*) AS think_count FROM `cmf_portal_post` `post` INNER JOIN `cmf_portal_tag_post` `tag_post` ON `post`.`id`=`tag_post`.`post_id` WHERE `post`.`post_status` = 1 AND `post`.`post_type` = 1 AND `post`.`delete_time` = 0 AND `tag_post`.`tag_id` = 20 AND ( `post`.`create_time` > 0 ) AND ( `post`.`published_time` > 0 AND `post`.`published_time` < 1735209878 ) [ RunTime:0.001506s ]
SELECT `post`.* FROM `cmf_portal_post` `post` INNER JOIN `cmf_portal_tag_post` `tag_post` ON `post`.`id`=`tag_post`.`post_id` WHERE `post`.`post_status` = 1 AND `post`.`post_type` = 1 AND `post`.`delete_time` = 0 AND `tag_post`.`tag_id` = 20 AND ( `post`.`create_time` > 0 ) AND ( `post`.`published_time` > 0 AND `post`.`published_time` < 1735209878 ) ORDER BY `post`.`create_time` DESC LIMIT 0,1 [ RunTime:0.001671s ]
SHOW FULL COLUMNS FROM `cmf_portal_category_post` [ RunTime:0.000718s ]
SHOW FULL COLUMNS FROM `cmf_portal_category` [ RunTime:0.000709s ]
SELECT `cmf_portal_category`.*,`pivot`.`id` AS `pivot__id`,`pivot`.`post_id` AS `pivot__post_id`,`pivot`.`category_id` AS `pivot__category_id`,`pivot`.`list_order` AS `pivot__list_order`,`pivot`.`status` AS `pivot__status` FROM `cmf_portal_category` INNER JOIN `cmf_portal_category_post` `pivot` ON `pivot`.`category_id`=`cmf_portal_category`.`id` WHERE `pivot`.`post_id` = 66 [ RunTime:0.000527s ]