SHOW FULL COLUMNS FROM `cmf_portal_category` [ RunTime:0.000597s ]
SELECT * FROM `cmf_portal_category` WHERE `delete_time` = 0 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000305s ]
SHOW FULL COLUMNS FROM `cmf_portal_category_post` [ RunTime:0.000364s ]
SELECT `post_id` FROM `cmf_portal_category_post` WHERE `category_id` = 1 [ RunTime:0.000219s ]
SHOW FULL COLUMNS FROM `cmf_portal_post` [ RunTime:0.000466s ]
SELECT `id`,`post_title`,`post_status`,`delete_time` FROM `cmf_portal_post` WHERE `id` IN (1,4,5,6,8,9,10,18,19,20,37,39,41) AND `post_status` = 1 AND `delete_time` = 0 LIMIT 6 [ RunTime:0.000322s ]
SELECT `post_id` FROM `cmf_portal_category_post` WHERE `category_id` = 2 [ RunTime:0.000205s ]
SELECT `id`,`post_title`,`post_status`,`delete_time` FROM `cmf_portal_post` WHERE `id` IN (2,3,6,11,21,22,23,24,25,34,35,38,40,42) AND `post_status` = 1 AND `delete_time` = 0 LIMIT 6 [ RunTime:0.000298s ]
SELECT `post_id` FROM `cmf_portal_category_post` WHERE `category_id` = 3 [ RunTime:0.000203s ]
SELECT `id`,`post_title`,`post_status`,`delete_time` FROM `cmf_portal_post` WHERE `id` IN (6,13,30,33,36,43,44,46) AND `post_status` = 1 AND `delete_time` = 0 LIMIT 6 [ RunTime:0.000224s ]
SELECT `post_id` FROM `cmf_portal_category_post` WHERE `category_id` = 4 [ RunTime:0.000183s ]
SELECT `id`,`post_title`,`post_status`,`delete_time` FROM `cmf_portal_post` WHERE `id` IN (14,26,27,29,31,32,45,47,48) AND `post_status` = 1 AND `delete_time` = 0 LIMIT 6 [ RunTime:0.000341s ]
SELECT `post_id` FROM `cmf_portal_category_post` WHERE `category_id` = 5 [ RunTime:0.000228s ]
SELECT `id`,`post_title`,`post_status`,`delete_time` FROM `cmf_portal_post` WHERE `id` IN (12,15,16,17,28) AND `post_status` = 1 AND `delete_time` = 0 LIMIT 6 [ RunTime:0.000229s ]
SHOW FULL COLUMNS FROM `cmf_theme_file` [ RunTime:0.000418s ]
SELECT `more` FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' AND ( `is_public` = 1 OR `file` = 'portal/index' ) [ RunTime:0.000236s ]
SHOW FULL COLUMNS FROM `cmf_nav` [ RunTime:0.000348s ]
SELECT `id` FROM `cmf_nav` WHERE `is_main` = 1 LIMIT 1 [ RunTime:0.000160s ]
SHOW FULL COLUMNS FROM `cmf_nav_menu` [ RunTime:0.000373s ]
SELECT * FROM `cmf_nav_menu` WHERE `nav_id` = 1 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000223s ]
SHOW FULL COLUMNS FROM `cmf_slide` [ RunTime:0.000441s ]
SELECT COUNT(*) AS think_count FROM `cmf_slide` WHERE `id` = 1 AND `status` = 1 AND `delete_time` = 0 LIMIT 1 [ RunTime:0.000207s ]
SHOW FULL COLUMNS FROM `cmf_slide_item` [ RunTime:0.000374s ]
SELECT * FROM `cmf_slide_item` WHERE `status` = 1 AND `slide_id` = 1 ORDER BY `list_order` ASC [ RunTime:0.000272s ]
SHOW FULL COLUMNS FROM `cmf_option` [ RunTime:0.000381s ]
SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'storage' LIMIT 1 [ RunTime:0.000174s ]
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 ( `post`.`published_time` > '0' AND `post`.`published_time` < '1680281733' ) GROUP BY `post`.`id` ORDER BY `post`.`is_top` DESC,`post`.`recommended` DESC,`post`.`published_time` DESC LIMIT 6 [ RunTime:0.002124s ]
SHOW FULL COLUMNS FROM `cmf_link` [ RunTime:0.000411s ]
SELECT * FROM `cmf_link` WHERE `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000237s ]