SELECT `more` FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' AND ( `is_public` = 1 OR `file` = 'portal/tag' ) [ RunTime:0.000334s ]
SELECT `config` FROM `cmf_plugin` WHERE `name` = 'Publish' LIMIT 1 [ RunTime:0.000275s ]
SHOW FULL COLUMNS FROM `cmf_nav` [ RunTime:0.000749s ]
SELECT `id` FROM `cmf_nav` WHERE `is_main` = 1 LIMIT 1 [ RunTime:0.000235s ]
SHOW FULL COLUMNS FROM `cmf_nav_menu` [ RunTime:0.000702s ]
SELECT * FROM `cmf_nav_menu` WHERE `nav_id` = 1 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000344s ]
SHOW FULL COLUMNS FROM `cmf_portal_post` [ RunTime:0.001126s ]
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` = 17 AND ( `post`.`create_time` > 0 ) AND ( `post`.`published_time` > 0 AND `post`.`published_time` < 1735226517 ) [ RunTime:0.001161s ]
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` = 17 AND ( `post`.`create_time` > 0 ) AND ( `post`.`published_time` > 0 AND `post`.`published_time` < 1735226517 ) ORDER BY `post`.`create_time` DESC LIMIT 4,1 [ RunTime:0.001358s ]
SHOW FULL COLUMNS FROM `cmf_portal_category_post` [ RunTime:0.001075s ]
SHOW FULL COLUMNS FROM `cmf_portal_category` [ RunTime:0.000845s ]
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` = 67 [ RunTime:0.000612s ]