SELECT `more`,`file`,`id` FROM `mi_theme_file` WHERE `theme` = 'clht_en' AND ( `is_public` = 1 OR `file` = 'portal/list' ) ORDER BY `is_public` DESC [ RunTime:0.000354s ]
SHOW FULL COLUMNS FROM `mi_link` [ RunTime:0.000390s ]
SELECT * FROM `mi_link` WHERE `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000322s ]
SHOW FULL COLUMNS FROM `mi_option` [ RunTime:0.000374s ]
SELECT `option_value` FROM `mi_option` WHERE `option_name` = 'storage' LIMIT 1 [ RunTime:0.000230s ]
SHOW FULL COLUMNS FROM `mi_nav_menu` [ RunTime:0.000409s ]
SELECT * FROM `mi_nav_menu` WHERE `nav_id` = 2 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000326s ]
SELECT * FROM `mi_nav_menu` WHERE `nav_id` = 1 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000355s ]
SELECT * FROM `mi_link` WHERE `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000317s ]
SHOW FULL COLUMNS FROM `mi_portal_post` [ RunTime:0.000525s ]
SELECT COUNT(*) AS think_count FROM ( SELECT count(*) AS think_count FROM `mi_portal_post` `post` INNER JOIN `mi_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`.`create_time` >= '0' ) AND ( `category_post`.`category_id` = '1' ) AND ( `post`.`published_time` > '0' AND `post`.`published_time` < '1753053698' ) GROUP BY `post`.`id` ) `_group_count_` LIMIT 1 [ RunTime:0.000435s ]