基本
文件
流程
错误
SQL
调试
请求信息 : 2025-01-23 00:52:33 HTTP/2.0 GET : https://miaomiaodesign.top/community/id/9.html 运行时间 : 0.075281s [ 吞吐率:13.28req/s ] 内存消耗:5,582.84kb 文件加载:103 查询信息 : 17 queries 1 writes 缓存信息 : 6 reads,0 writes
[ LANG ] /www/wwwroot/www.miaomiaodesign.top/vendor/thinkphp/lang/zh-cn.php [ DB ] INIT mysql [ LANG ] /www/wwwroot/www.miaomiaodesign.top/app/portal//lang/zh-cn.php [ ROUTE ] array (
'rule' => 'community',
'route' => 'portal/index/community',
'option' =>
array (
'merge_rule_regex' => false,
),
'var' =>
array (
'id' => '9',
),
) [ HEADER ] array (
'host' => 'miaomiaodesign.top',
'accept' => '*/*',
'user-agent' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'accept-encoding' => 'gzip, br, zstd, deflate',
'content-type' => '',
'content-length' => '',
) [ PARAM ] array (
'id' => '9',
) [ LANG ] /www/wwwroot/www.miaomiaodesign.top/vendor/thinkcmf/cmf/src/behavior/../lang/zh-cn.php [ LANG ] /www/wwwroot/www.miaomiaodesign.top/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn.php [ LANG ] /www/wwwroot/www.miaomiaodesign.top/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn/common.php [ LANG ] /www/wwwroot/www.miaomiaodesign.top/vendor/thinkcmf/cmf-app/src/user/lang/zh-cn.php [ LANG ] /www/wwwroot/www.miaomiaodesign.top/app/portal/lang/zh-cn/common.php [ LANG ] /www/wwwroot/www.miaomiaodesign.top/app/portal/lang/zh-cn/home.php [ VIEW ] /www/wwwroot/www.miaomiaodesign.top/public/themes/jeechange/portal/community.html [ array (
0 => 'site_info',
1 => 'id',
2 => 'list',
3 => 'listSlide',
4 => 'article',
5 => 'lists1',
6 => 'page',
7 => 'theme_vars',
8 => 'theme_widgets',
) ]
[ DB ] CONNECT:[ UseTime:0.000498s ] mysql:host=127.0.0.1;port=3306;dbname=miaomiao;charset=utf8 [ SQL ] SHOW COLUMNS FROM `cmf_hook` [ RunTime:0.000772s ] [ SQL ] SELECT `hook` FROM `cmf_hook` WHERE `type` = 1 OR ( `type` = 3 AND ( `app` = '' or `app` = 'cmf' ) ) [ RunTime:0.000397s ] [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_hook',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 70,
'extra' => 'Using where',
) ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.000666s ] [ SQL ] 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') ORDER BY `list_order` ASC [ RunTime:0.000408s ] [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_hook_plugin',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 1,
'extra' => 'Using where; Using filesort',
) ] [ SQL ] SHOW COLUMNS FROM `cmf_slide_item` [ RunTime:0.000941s ] [ SQL ] SELECT * FROM `cmf_slide_item` WHERE `slide_id` = 1 [ RunTime:0.000358s ] [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_slide_item',
'type' => 'ref',
'possible_keys' => 'slide_id',
'key' => 'slide_id',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ] [ SQL ] SELECT * FROM `cmf_slide_item` WHERE `slide_id` = 3 [ RunTime:0.000257s ] [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_slide_item',
'type' => 'ref',
'possible_keys' => 'slide_id',
'key' => 'slide_id',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ] [ SQL ] SHOW COLUMNS FROM `cmf_portal_category` [ RunTime:0.000611s ] [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `parent_id` = 1 AND `status` = 1 [ RunTime:0.000350s ] [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26,
'extra' => 'Using where',
) ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `cmf_portal_category` INNER JOIN `cmf_portal_category_post` ON `cmf_portal_category`.`id`=`cmf_portal_category_post`.`category_id` INNER JOIN `cmf_portal_post` ON `cmf_portal_post`.`id`=`cmf_portal_category_post`.`post_id` WHERE `cmf_portal_category_post`.`category_id` = '9' [ RunTime:0.000348s ] [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => 'Using index',
) ] [ SQL ] SELECT * FROM `cmf_portal_category` INNER JOIN `cmf_portal_category_post` ON `cmf_portal_category`.`id`=`cmf_portal_category_post`.`category_id` INNER JOIN `cmf_portal_post` ON `cmf_portal_post`.`id`=`cmf_portal_category_post`.`post_id` WHERE `cmf_portal_category_post`.`category_id` = '9' LIMIT 0,20 [ RunTime:0.000507s ] [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ] [ SQL ] SHOW COLUMNS FROM `cmf_theme_file` [ RunTime:0.000826s ] [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'jeechange' [ RunTime:0.000297s ] [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 8,
'extra' => 'Using where',
) ] [ SQL ] SHOW COLUMNS FROM `cmf_theme` [ RunTime:0.000617s ] [ SQL ] UPDATE `cmf_theme` SET `name` = 'jeechange' , `version` = '1.0.2' , `demo_url` = 'http://www.jee.com/' , `author` = 'nml' , `lang` = 'zh-cn' , `author_url` = 'http://www.jee.com/' , `keywords` = 'jeechange模板' , `description` = 'jeechange默认模板' WHERE `theme` = 'jeechange' [ RunTime:0.000256s ] [ SQL ] SELECT `more` FROM `cmf_theme_file` WHERE `theme` = 'jeechange' AND ( `is_public` = 1 OR `file` = 'portal/community' ) [ RunTime:0.000253s ] [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 8,
'extra' => 'Using where',
) ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.000666s ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'storage' LIMIT 1 [ RunTime:0.000264s ] [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => NULL,
'type' => NULL,
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => NULL,
'extra' => 'Impossible WHERE noticed after reading const tables',
) ]
0.081412s