SHOW FULL COLUMNS FROM `cmf_hook` [ RunTime:0.002001s ]
SELECT `id`,`hook` FROM `cmf_hook` WHERE ( ( `app` = '' OR `app` = 'cmf' ) AND `type` = 3 ) OR `type` = 1 [ RunTime:0.000176s ]
SHOW FULL COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.001081s ]
SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 AND `hook` IN ('app_begin','module_init','action_begin','view_filter','app_end','log_write','response_end','admin_init','home_init','send_mobile_verification_code','body_start','before_head_end','footer_start','before_footer','before_footer_end','before_body_end','left_sidebar_start','before_left_sidebar_end','right_sidebar_start','before_right_sidebar_end','comment','guestbook','switch_theme','after_content','before_content','log_write_done','switch_admin_theme','captcha_image','app_dispatch') ORDER BY `list_order` ASC [ RunTime:0.000257s ]
SHOW FULL COLUMNS FROM `cmf_sale_post` [ RunTime:0.002502s ]
SELECT `post`.* FROM `cmf_sale_post` `post` INNER JOIN `cmf_sale_category_post` `relation` ON `post`.`id`=`relation`.`post_id` WHERE `post`.`post_type` = 1 AND `post`.`post_status` = 1 AND `post`.`delete_time` = 0 AND `relation`.`category_id` = 1 AND `relation`.`post_id` = 49 AND ( `post`.`published_time` > 0 AND `post`.`published_time` < 1749394268 ) LIMIT 1 [ RunTime:0.000559s ]
SELECT `post`.* FROM `cmf_sale_post` `post` INNER JOIN `cmf_sale_category_post` `relation` ON `post`.`id`=`relation`.`post_id` WHERE `post`.`post_type` = 1 AND `post`.`post_status` = 1 AND `post`.`delete_time` = 0 AND `relation`.`category_id` = 1 AND `relation`.`post_id` < 49 AND ( `post`.`published_time` > 0 AND `post`.`published_time` < 1749394268 ) ORDER BY `id` DESC LIMIT 1 [ RunTime:0.002325s ]
SELECT `post`.* FROM `cmf_sale_post` `post` INNER JOIN `cmf_sale_category_post` `relation` ON `post`.`id`=`relation`.`post_id` WHERE `post`.`post_type` = 1 AND `post`.`post_status` = 1 AND `post`.`delete_time` = 0 AND `relation`.`category_id` = 1 AND `relation`.`post_id` > 49 AND ( `post`.`published_time` > 0 AND `post`.`published_time` < 1749394268 ) ORDER BY `id` ASC LIMIT 1 [ RunTime:0.002322s ]
SHOW FULL COLUMNS FROM `cmf_sale_category` [ RunTime:0.001141s ]
SELECT * FROM `cmf_sale_category` WHERE `id` = 1 AND `status` = 1 LIMIT 1 [ RunTime:0.000220s ]
UPDATE `cmf_sale_post` SET `post_hits` = `post_hits` + 1 WHERE `id` = 49 [ RunTime:0.002987s ]
SHOW FULL COLUMNS FROM `cmf_plugin` [ RunTime:0.001449s ]
SELECT `config` FROM `cmf_plugin` WHERE `name` = 'Qiniu' LIMIT 1 [ RunTime:0.000159s ]
SHOW FULL COLUMNS FROM `cmf_theme_file` [ RunTime:0.001567s ]
SELECT * FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' AND `file` = 'cases/3d_case' LIMIT 1 [ RunTime:0.000208s ]
SELECT `more` FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' AND ( `is_public` = 1 OR `file` = 'sale/saleshow2022' ) [ RunTime:0.000160s ]
SHOW FULL COLUMNS FROM `cmf_sale_housetype` [ RunTime:0.001911s ]
SELECT * FROM `cmf_sale_housetype` WHERE `parent_id` = 49 AND `delete_time` = 0 [ RunTime:0.000192s ]
SELECT post_room,count(post_room) as room_sum FROM `cmf_sale_housetype` WHERE `parent_id` = 49 AND `delete_time` = 0 GROUP BY `post_room` [ RunTime:0.000164s ]
SELECT post_room,count(post_room) as room_sum FROM `cmf_sale_housetype` WHERE `parent_id` = 49 AND `delete_time` = 0 GROUP BY `post_room` [ RunTime:0.000102s ]
SELECT * FROM `cmf_sale_housetype` WHERE `parent_id` = 49 AND `post_room` = 1 AND `delete_time` = 0 [ RunTime:0.000295s ]
SELECT * FROM `cmf_sale_housetype` WHERE `parent_id` = 49 AND `post_room` = 2 AND `delete_time` = 0 [ RunTime:0.000233s ]
SELECT * FROM `cmf_sale_housetype` WHERE `parent_id` = 49 AND `post_room` = 3 AND `delete_time` = 0 [ RunTime:0.000117s ]
SHOW FULL COLUMNS FROM `cmf_sale_comment` [ RunTime:0.001275s ]
SELECT * FROM `cmf_sale_comment` WHERE `parent_id` = 49 AND `delete_time` = 0 [ RunTime:0.000143s ]
SELECT parent_id,count(id) as is_sum FROM `cmf_sale_comment` WHERE `parent_id` = 49 AND `delete_time` = 0 AND `is_top` = 1 LIMIT 1 [ RunTime:0.000203s ]
SELECT parent_id,count(id) as is_sum FROM `cmf_sale_comment` WHERE `parent_id` = 49 AND `delete_time` = 0 AND `recommended` = 1 LIMIT 1 [ RunTime:0.000081s ]
SELECT parent_id,count(id) as is_sum FROM `cmf_sale_comment` WHERE `parent_id` = 49 AND `delete_time` = 0 AND `more` LIKE '%photos%' LIMIT 1 [ RunTime:0.000102s ]
SHOW FULL COLUMNS FROM `cmf_cases_post` [ RunTime:0.001319s ]
SELECT `post`.*,category_post.category_id as cid,category_post.id as pcid,`category_post`.`list_order`,`category_post`.`status`,design.post_title as design_post_title,`design`.`post_zhicheng`,design.more as design_more FROM `cmf_cases_post` `post` LEFT JOIN `cmf_cases_category_post` `category_post` ON `post`.`id`=`category_post`.`post_id` LEFT JOIN `cmf_user` `u` ON `post`.`user_id`=`u`.`id` LEFT JOIN `cmf_design_post` `design` ON `post`.`post_source`=`design`.`post_title` WHERE `category_post`.`category_id` = 5 AND `post`.`huoj` = 1 AND `post`.`post_type` = 1 AND `post`.`post_status` = 1 AND `post`.`delete_time` = 0 AND `category_post`.`status` = 1 AND `design`.`delete_time` = 0 ORDER BY rand(),`post`.`create_time` DESC LIMIT 3 [ RunTime:0.002931s ]
SHOW FULL COLUMNS FROM `cmf_cases_para` [ RunTime:0.001142s ]
SELECT * FROM `cmf_cases_para` WHERE `parent_id` = 1 AND `delete_time` = 0 ORDER BY `list_order` ASC,`id` ASC [ RunTime:0.000209s ]
SELECT * FROM `cmf_cases_para` WHERE `parent_id` = 2 AND `delete_time` = 0 ORDER BY `list_order` ASC,`id` ASC [ RunTime:0.000110s ]
SHOW FULL COLUMNS FROM `cmf_link` [ RunTime:0.001143s ]
SELECT * FROM `cmf_link` WHERE `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000147s ]