SHOW FULL COLUMNS FROM `cmf_portal_post` [ RunTime:0.005260s ]
SELECT `a`.*,b.id AS post_category_id,`b`.`list_order`,`b`.`category_id`,`u`.`user_login`,`u`.`user_nickname`,`u`.`user_email` FROM `cmf_portal_post` `a` INNER JOIN `cmf_user` `u` ON `a`.`user_id`=`u`.`id` INNER JOIN `cmf_portal_category_post` `b` ON `a`.`id`=`b`.`post_id` WHERE `a`.`create_time` >= '0' AND `a`.`delete_time` = '0' AND `a`.`post_status` = '1' AND `a`.`is_top` = '0' AND ( `b`.`category_id` = '1' AND `a`.`post_type` = '1' ) ORDER BY `update_time` DESC [ RunTime:0.010416s ]
SHOW FULL COLUMNS FROM `cmf_theme_file` [ RunTime:0.003615s ]
SELECT * FROM `cmf_theme_file` WHERE `theme` = 'default' AND `file` = 'demo/index' LIMIT 1 [ RunTime:0.000849s ]
SELECT `more`,`file`,`id` FROM `cmf_theme_file` WHERE `theme` = 'default' AND ( `is_public` = 1 OR `file` = 'portal/index/index' ) ORDER BY `is_public` DESC [ RunTime:0.000910s ]
SHOW FULL COLUMNS FROM `cmf_nav_menu` [ RunTime:0.002224s ]
SELECT * FROM `cmf_nav_menu` WHERE `nav_id` = 1 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001094s ]
SELECT post.*,min(category_post.category_id) as category_id FROM `cmf_portal_post` `post` INNER JOIN `cmf_portal_category_post` `category_post` ON `post`.`id`=`category_post`.`post_id` WHERE `post`.`post_status` = '1' AND `post`.`post_type` = '1' AND `post`.`delete_time` = '0' AND `is_top` = 1 AND ( `category_post`.`category_id` = '3' ) AND ( `post`.`published_time` > '0' AND `post`.`published_time` < '1732444763' ) GROUP BY `post`.`id` ORDER BY `post`.`published_time` DESC LIMIT 0,1 [ RunTime:0.001750s ]
SELECT post.*,min(category_post.category_id) as category_id FROM `cmf_portal_post` `post` INNER JOIN `cmf_portal_category_post` `category_post` ON `post`.`id`=`category_post`.`post_id` WHERE `post`.`post_status` = '1' AND `post`.`post_type` = '1' AND `post`.`delete_time` = '0' AND ( `category_post`.`category_id` = '1' ) AND ( `post`.`published_time` > '0' AND `post`.`published_time` < '1732444763' ) GROUP BY `post`.`id` ORDER BY `post`.`is_top` DESC,`post`.`published_time` DESC LIMIT 0,10 [ RunTime:0.011005s ]
SELECT post.*,min(category_post.category_id) as category_id FROM `cmf_portal_post` `post` INNER JOIN `cmf_portal_category_post` `category_post` ON `post`.`id`=`category_post`.`post_id` WHERE `post`.`post_status` = '1' AND `post`.`post_type` = '1' AND `post`.`delete_time` = '0' AND `is_top` = 0 AND ( `category_post`.`category_id` = '3' ) AND ( `post`.`published_time` > '0' AND `post`.`published_time` < '1732444763' ) GROUP BY `post`.`id` ORDER BY `post`.`published_time` DESC LIMIT 0,5 [ RunTime:0.001400s ]
SHOW FULL COLUMNS FROM `cmf_nine` [ RunTime:0.002172s ]
SELECT * FROM `cmf_nine` [ RunTime:0.000725s ]
SHOW FULL COLUMNS FROM `cmf_nine_dtl` [ RunTime:0.002181s ]
SELECT * FROM `cmf_nine_dtl` WHERE `nid` = 222 [ RunTime:0.003074s ]
SELECT * FROM `cmf_nine_dtl` WHERE `nid` = 223 [ RunTime:0.003038s ]
SELECT * FROM `cmf_nav_menu` WHERE `nav_id` = 2 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000876s ]