基本
文件
流程
錯誤
SQL
調試
- 請求信息 : 2024-11-07 08:33:52 HTTP/1.1 GET : http://paqiang.com.cn/pro/index/index/id/4/t_id/14.html
- 運行時間 : 0.069036s [ 吞吐率:14.49req/s ] 內存消耗:5,198.93kb 文件加載:101
- 查詢信息 : 22 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 (
'id' => '4',
't_id' => '14',
)
- [ 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 ] INIT mysql
- [ DB ] CONNECT:[ UseTime:0.000410s ] mysql:host=127.0.0.1;port=3306;dbname=xinli_design0759;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `cmf_hook` [ RunTime:0.002058s ]
- [ SQL ] SELECT `hook` FROM `cmf_hook` WHERE `type` = 1 OR ( `type` = 3 AND ( `app` = '' or `app` = 'cmf' ) ) [ RunTime:0.000394s ]
- [ 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.000471s ]
- [ 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.000330s ]
- [ 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.000548s ] mysql:host=127.0.0.1;port=3306;dbname=xinli_design0759;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `cmf_pro_item` [ RunTime:0.000683s ]
- [ SQL ] SELECT * FROM `cmf_pro_item` WHERE `status` = 1 ORDER BY `list_order` [ RunTime:0.000308s ]
- [ 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.000656s ]
- [ SQL ] SELECT COUNT(*) AS tp_count FROM `cmf_pro` WHERE ( `p_id` = 4 AND `t_id` = 14 ) [ RunTime:0.000383s ]
- [ 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` = 14 ) ORDER BY `list_order` LIMIT 0,12 [ RunTime:0.000337s ]
- [ 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.000895s ]
- [ SQL ] SELECT `more` FROM `cmf_theme_file` WHERE `theme` = 'xinli' AND ( `is_public` = 1 OR `file` = 'pro/index/index' ) [ RunTime:0.000293s ]
- [ 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.000444s ] mysql:host=127.0.0.1;port=3306;dbname=xinli_design0759;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `cmf_nav_menu` [ RunTime:0.000573s ]
- [ SQL ] SELECT * FROM `cmf_nav_menu` WHERE `status` = 1 AND `parent_id` = 0 ORDER BY `list_order` ASC [ RunTime:0.000297s ]
- [ 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.000328s ] 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.000247s ]
- [ 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` = 2 ORDER BY `list_order` ASC [ RunTime:0.000327s ]
- [ 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.000321s ] 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.000340s ]
- [ 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.000234s ] 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.000302s ]
- [ 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 ] SELECT * FROM `cmf_nav_menu` WHERE `status` = 1 AND `parent_id` = 5 ORDER BY `list_order` ASC [ RunTime:0.000239s ]
- [ 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.000267s ] mysql:host=127.0.0.1;port=3306;dbname=xinli_design0759;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `cmf_pro_tips` [ RunTime:0.000613s ]
- [ SQL ] SELECT * FROM `cmf_pro_tips` WHERE `status` = 1 AND `p_id` = 4 ORDER BY `list_order` [ RunTime:0.000320s ]
- [ 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.000268s ] mysql:host=127.0.0.1;port=3306;dbname=xinli_design0759;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `cmf_news` [ RunTime:0.000631s ]
- [ SQL ] SELECT * FROM `cmf_news` WHERE `status` = 1 ORDER BY `list_order` LIMIT 0,4 [ RunTime:0.000442s ]
- [ 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.070120s