基本
文件
流程
錯(cuò)誤
SQL
調(diào)試
- 請(qǐng)求信息 : 2024-11-07 04:43:10 HTTP/1.1 GET : http://paqiang.com.cn/pro/index/index.html
- 運(yùn)行時(shí)間 : 0.065253s [ 吞吐率:15.32req/s ] 內(nèi)存消耗:5,206.13kb 文件加載:101
- 查詢信息 : 20 queries 0 writes
- 緩存信息 : 6 reads,0 writes
- [ LANG ] /www/wwwroot/paqiang.com.cn/vendor/thinkphp/lang/zh-cn.php
- [ DB ] INIT mysql
- [ ROUTE ] array (
)
- [ HEADER ] array (
'host' => 'paqiang.com.cn',
'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko',
'referer' => 'http://www.baidu.com',
'cookie' => 't=92d7540e476b153862b4ea2356ede7b3; r=8148',
'accept-language' => 'zh-CN,zh',
'accept-encoding' => 'gzip, deflate',
'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'content-type' => 'application/x-www-form-urlencoded; Charset=UTF-8',
'connection' => 'Keep-Alive',
'content-length' => '',
)
- [ PARAM ] array (
)
- [ LANG ] /www/wwwroot/paqiang.com.cn/vendor/thinkcmf/cmf/src/behavior/../lang/zh-cn.php
- [ LANG ] /www/wwwroot/paqiang.com.cn/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn.php
- [ LANG ] /www/wwwroot/paqiang.com.cn/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn/common.php
- [ LANG ] /www/wwwroot/paqiang.com.cn/vendor/thinkcmf/cmf-app/src/user/lang/zh-cn.php
- [ DB ] INIT mysql
- [ VIEW ] /www/wwwroot/paqiang.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 ] CONNECT:[ UseTime:0.001704s ] mysql:host=127.0.0.1;port=3306;dbname=xinli_design0759;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `cmf_hook` [ RunTime:0.000700s ]
- [ SQL ] SELECT `hook` FROM `cmf_hook` WHERE `type` = 1 OR ( `type` = 3 AND ( `app` = '' or `app` = 'cmf' ) ) [ RunTime:0.000372s ]
- [ 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.000530s ]
- [ 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.000352s ]
- [ 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.000392s ] mysql:host=127.0.0.1;port=3306;dbname=xinli_design0759;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `cmf_pro_item` [ RunTime:0.000642s ]
- [ SQL ] SELECT * FROM `cmf_pro_item` WHERE `status` = 1 ORDER BY `list_order` [ RunTime:0.000396s ]
- [ 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.000576s ]
- [ SQL ] SELECT COUNT(*) AS tp_count FROM `cmf_pro` [ RunTime:0.000192s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_pro',
'type' => 'index',
'possible_keys' => NULL,
'key' => 'p_id',
'key_len' => '4',
'ref' => NULL,
'rows' => 33,
'extra' => 'Using index',
) ]
- [ SQL ] SELECT * FROM `cmf_pro` ORDER BY `list_order` LIMIT 0,12 [ RunTime:0.000723s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_pro',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 33,
'extra' => 'Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_theme_file` [ RunTime:0.000647s ]
- [ SQL ] SELECT `more` FROM `cmf_theme_file` WHERE `theme` = 'xinli' AND ( `is_public` = 1 OR `file` = 'pro/index/index' ) [ RunTime:0.000324s ]
- [ 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.000298s ] mysql:host=127.0.0.1;port=3306;dbname=xinli_design0759;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `cmf_nav_menu` [ RunTime:0.000695s ]
- [ SQL ] SELECT * FROM `cmf_nav_menu` WHERE `status` = 1 AND `parent_id` = 0 ORDER BY `list_order` ASC [ RunTime:0.000387s ]
- [ 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.000253s ] 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.000323s ]
- [ 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.000258s ] 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.000307s ]
- [ 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.000251s ] 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.000305s ]
- [ 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.000250s ] 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.000305s ]
- [ 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.000253s ] 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.000305s ]
- [ 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.000272s ] mysql:host=127.0.0.1;port=3306;dbname=xinli_design0759;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `cmf_news` [ RunTime:0.000715s ]
- [ SQL ] SELECT * FROM `cmf_news` WHERE `status` = 1 ORDER BY `list_order` LIMIT 0,4 [ RunTime:0.000385s ]
- [ 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',
) ]