基本
文件
流程
错误
SQL
调试
- 请求信息 : 2025-05-17 07:45:48 HTTP/1.1 GET : http://www.gzlibao.com.cn/pro/index/index/id/4/t_id/20.html
- 运行时间 : 0.057190s [ 吞吐率:17.49req/s ] 内存消耗:5,199.32kb 文件加载:101
- 查询信息 : 22 queries 0 writes
- 缓存信息 : 6 reads,0 writes
- [ LANG ] /www/wwwroot/www.gzlibao.com.cn/vendor/thinkphp/lang/zh-cn.php
- [ DB ] INIT mysql
- [ ROUTE ] array (
)
- [ HEADER ] array (
'host' => 'www.gzlibao.com.cn',
'accept-encoding' => 'gzip, br, zstd, deflate',
'user-agent' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'accept' => '*/*',
'content-length' => '',
'content-type' => '',
)
- [ PARAM ] array (
'id' => '4',
't_id' => '20',
)
- [ LANG ] /www/wwwroot/www.gzlibao.com.cn/vendor/thinkcmf/cmf/src/behavior/../lang/zh-cn.php
- [ LANG ] /www/wwwroot/www.gzlibao.com.cn/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn.php
- [ LANG ] /www/wwwroot/www.gzlibao.com.cn/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn/common.php
- [ LANG ] /www/wwwroot/www.gzlibao.com.cn/vendor/thinkcmf/cmf-app/src/user/lang/zh-cn.php
- [ DB ] INIT mysql
- [ VIEW ] /www/wwwroot/www.gzlibao.com.cn/public/themes/xinli/pro/index/index.html [ array (
0 => 'site_info',
1 => 'pro',
2 => 'item',
3 => 'list',
4 => 'page',
5 => 'theme_vars',
6 => 'theme_widgets',
) ]
- [ DB ] INIT mysql
- [ DB ] INIT mysql
- [ DB ] INIT mysql
- [ DB ] INIT mysql
- [ DB ] INIT mysql
- [ DB ] INIT mysql
- [ DB ] INIT mysql
- [ DB ] INIT mysql
- [ DB ] CONNECT:[ UseTime:0.000451s ] mysql:host=127.0.0.1;port=3306;dbname=xinli_design0759;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `cmf_hook` [ RunTime:0.000660s ]
- [ SQL ] SELECT `hook` FROM `cmf_hook` WHERE `type` = 1 OR ( `type` = 3 AND ( `app` = '' or `app` = 'cmf' ) ) [ RunTime:0.000331s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_hook',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 57,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.000499s ]
- [ 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','app_dispatch') ORDER BY `list_order` ASC [ RunTime:0.000303s ]
- [ 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',
) ]
- [ DB ] CONNECT:[ UseTime:0.000295s ] mysql:host=127.0.0.1;port=3306;dbname=xinli_design0759;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `cmf_pro_item` [ RunTime:0.000514s ]
- [ SQL ] SELECT * FROM `cmf_pro_item` WHERE `status` = 1 ORDER BY `list_order` [ RunTime:0.000299s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_pro_item',
'type' => 'ALL',
'possible_keys' => 'status',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 4,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_pro` [ RunTime:0.000559s ]
- [ SQL ] SELECT COUNT(*) AS tp_count FROM `cmf_pro` WHERE ( `p_id` = 4 AND `t_id` = 20 ) [ RunTime:0.000255s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_pro',
'type' => 'ref',
'possible_keys' => 'p_id,t_id',
'key' => 't_id',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `cmf_pro` WHERE ( `p_id` = 4 AND `t_id` = 20 ) ORDER BY `list_order` LIMIT 0,12 [ RunTime:0.000276s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_pro',
'type' => 'ref',
'possible_keys' => 'p_id,t_id',
'key' => 't_id',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_theme_file` [ RunTime:0.000549s ]
- [ SQL ] SELECT `more` FROM `cmf_theme_file` WHERE `theme` = 'xinli' AND ( `is_public` = 1 OR `file` = 'pro/index/index' ) [ RunTime:0.000239s ]
- [ 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',
) ]
- [ DB ] CONNECT:[ UseTime:0.000254s ] mysql:host=127.0.0.1;port=3306;dbname=xinli_design0759;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `cmf_nav_menu` [ RunTime:0.000480s ]
- [ SQL ] SELECT * FROM `cmf_nav_menu` WHERE `status` = 1 AND `parent_id` = 0 ORDER BY `list_order` ASC [ RunTime:0.000259s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_nav_menu',
'type' => 'ALL',
'possible_keys' => 'parent_id,status',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 5,
'extra' => 'Using where; Using filesort',
) ]
- [ DB ] CONNECT:[ UseTime:0.000230s ] mysql:host=127.0.0.1;port=3306;dbname=xinli_design0759;charset=utf8mb4
- [ SQL ] SELECT * FROM `cmf_nav_menu` WHERE `status` = 1 AND `parent_id` = 1 ORDER BY `list_order` ASC [ RunTime:0.000229s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_nav_menu',
'type' => 'ref',
'possible_keys' => 'parent_id,status',
'key' => 'parent_id',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'extra' => 'Using where; Using filesort',
) ]
- [ DB ] CONNECT:[ UseTime:0.000217s ] mysql:host=127.0.0.1;port=3306;dbname=xinli_design0759;charset=utf8mb4
- [ SQL ] SELECT * FROM `cmf_nav_menu` WHERE `status` = 1 AND `parent_id` = 2 ORDER BY `list_order` ASC [ RunTime:0.000242s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_nav_menu',
'type' => 'ref',
'possible_keys' => 'parent_id,status',
'key' => 'parent_id',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'extra' => 'Using where; Using filesort',
) ]
- [ DB ] CONNECT:[ UseTime:0.000221s ] mysql:host=127.0.0.1;port=3306;dbname=xinli_design0759;charset=utf8mb4
- [ SQL ] SELECT * FROM `cmf_nav_menu` WHERE `status` = 1 AND `parent_id` = 3 ORDER BY `list_order` ASC [ RunTime:0.000233s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_nav_menu',
'type' => 'ref',
'possible_keys' => 'parent_id,status',
'key' => 'parent_id',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'extra' => 'Using where; Using filesort',
) ]
- [ DB ] CONNECT:[ UseTime:0.000223s ] mysql:host=127.0.0.1;port=3306;dbname=xinli_design0759;charset=utf8mb4
- [ SQL ] SELECT * FROM `cmf_nav_menu` WHERE `status` = 1 AND `parent_id` = 4 ORDER BY `list_order` ASC [ RunTime:0.000229s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_nav_menu',
'type' => 'ref',
'possible_keys' => 'parent_id,status',
'key' => 'parent_id',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'extra' => 'Using where; Using filesort',
) ]
- [ DB ] CONNECT:[ UseTime:0.000212s ] mysql:host=127.0.0.1;port=3306;dbname=xinli_design0759;charset=utf8mb4
- [ SQL ] SELECT * FROM `cmf_nav_menu` WHERE `status` = 1 AND `parent_id` = 5 ORDER BY `list_order` ASC [ RunTime:0.000245s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_nav_menu',
'type' => 'ref',
'possible_keys' => 'parent_id,status',
'key' => 'parent_id',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'extra' => 'Using where; Using filesort',
) ]
- [ DB ] CONNECT:[ UseTime:0.000214s ] mysql:host=127.0.0.1;port=3306;dbname=xinli_design0759;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `cmf_pro_tips` [ RunTime:0.000443s ]
- [ SQL ] SELECT * FROM `cmf_pro_tips` WHERE `status` = 1 AND `p_id` = 4 ORDER BY `list_order` [ RunTime:0.000272s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_pro_tips',
'type' => 'ref',
'possible_keys' => 'p_id',
'key' => 'p_id',
'key_len' => '5',
'ref' => 'const',
'rows' => 5,
'extra' => 'Using where; Using filesort',
) ]
- [ DB ] CONNECT:[ UseTime:0.000210s ] mysql:host=127.0.0.1;port=3306;dbname=xinli_design0759;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `cmf_news` [ RunTime:0.000464s ]
- [ SQL ] SELECT * FROM `cmf_news` WHERE `status` = 1 ORDER BY `list_order` LIMIT 0,4 [ RunTime:0.000303s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_news',
'type' => 'ref',
'possible_keys' => 'status',
'key' => 'status',
'key_len' => '4',
'ref' => 'const',
'rows' => 2,
'extra' => 'Using where; Using filesort',
) ]

0.058090s