-
基因检测
828人
2019-06-14 11:47
500人
基本
文件
流程
错误
SQL
调试
- 请求信息 : 2021-01-16 05:33:43 HTTP/1.1 GET : http://meihai.net/portal/article/strategy.html
- 运行时间 : 0.091194s [ 吞吐率:10.97req/s ] 内存消耗:7,037.43kb 文件加载:103
- 查询信息 : 15 queries 1 writes
- 缓存信息 : 5 reads,0 writes
- 会话信息 : SESSION_ID=d7hm3qr1ebphldeja3b4dce8h7
- [ LANG ] /home/wwwroot/meihai_net/vendor/thinkphp/lang/zh-cn.php
- [ LANG ] /home/wwwroot/meihai_net/app/portal//lang/zh-cn.php
- [ ROUTE ] array (
)
- [ HEADER ] array (
'user-agent' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'accept-language' => 'en-US,en;q=0.5',
'accept-encoding' => 'br,gzip',
'host' => 'meihai.net',
'connection' => 'Keep-Alive',
)
- [ PARAM ] array (
)
- [ LANG ] /home/wwwroot/meihai_net/vendor/thinkcmf/cmf/src/behavior/../lang/zh-cn.php
- [ LANG ] /home/wwwroot/meihai_net/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn.php
- [ LANG ] /home/wwwroot/meihai_net/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn/common.php
- [ LANG ] /home/wwwroot/meihai_net/vendor/thinkcmf/cmf-app/src/user/lang/zh-cn.php
- [ LANG ] /home/wwwroot/meihai_net/app/portal/lang/zh-cn/common.php
- [ LANG ] /home/wwwroot/meihai_net/app/portal/lang/zh-cn/home.php
- [ DB ] INIT mysql
- [ DB ] INIT mysql
- [ DB ] INIT mysql
- [ VIEW ] /home/wwwroot/meihai_net/public/themes/meihai/portal/strategy.html [ array (
0 => 'site_info',
1 => 'link',
2 => 'page',
3 => 'list',
4 => 'info',
5 => 'type_id',
6 => 'theme_vars',
7 => 'theme_widgets',
) ]
- [ DB ] INIT mysql
- [ DB ] CONNECT:[ UseTime:0.000443s ] mysql:host=127.0.0.1;port=3306;dbname=meihaiwang;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `mh_link` [ RunTime:0.000815s ]
- [ SQL ] SELECT * FROM `mh_link` [ RunTime:0.000368s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mh_link',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 1,
'filtered' => 100,
'extra' => NULL,
) ]
- [ SQL ] SHOW COLUMNS FROM `mh_portal_post` [ RunTime:0.001061s ]
- [ SQL ] SELECT COUNT(*) AS tp_count FROM `mh_portal_post` `p` LEFT JOIN `mh_portal_category_post` `p2` ON `p`.`id`=`p2`.`post_id` WHERE `p2`.`category_id` = '1' AND `p`.`post_status` = '1' LIMIT 1 [ RunTime:0.000596s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p2',
'partitions' => NULL,
'type' => 'ref',
'possible_keys' => 'term_taxonomy_id',
'key' => 'term_taxonomy_id',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100,
'extra' => 'Using index condition',
) ]
- [ SQL ] SELECT `p`.*,`p2`.`category_id` FROM `mh_portal_post` `p` LEFT JOIN `mh_portal_category_post` `p2` ON `p`.`id`=`p2`.`post_id` WHERE `p2`.`category_id` = '1' AND `p`.`post_status` = '1' LIMIT 0,10 [ RunTime:0.000585s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p2',
'partitions' => NULL,
'type' => 'ref',
'possible_keys' => 'term_taxonomy_id',
'key' => 'term_taxonomy_id',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100,
'extra' => 'Using index condition',
) ]
- [ DB ] CONNECT:[ UseTime:0.000337s ] mysql:host=127.0.0.1;port=3306;dbname=meihaiwang;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `mh_portal_category` [ RunTime:0.000859s ]
- [ SQL ] SELECT * FROM `mh_portal_category` WHERE ( id=1 ) LIMIT 1 [ RunTime:0.000394s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mh_portal_category',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100,
'extra' => NULL,
) ]
- [ DB ] CONNECT:[ UseTime:0.000297s ] mysql:host=127.0.0.1;port=3306;dbname=meihaiwang;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `mh_comment` [ RunTime:0.000682s ]
- [ SQL ] SELECT COUNT(*) AS tp_count FROM `mh_comment` WHERE `object_id` = 12 AND `parent_id` = 0 LIMIT 1 [ RunTime:0.000400s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mh_comment',
'partitions' => NULL,
'type' => 'ref',
'possible_keys' => 'object_id,parent_id',
'key' => 'object_id',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'filtered' => 100,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `mh_theme_file` [ RunTime:0.001052s ]
- [ SQL ] SELECT * FROM `mh_theme_file` WHERE `theme` = 'meihai' [ RunTime:0.000419s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mh_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 8,
'filtered' => 12.5,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `mh_theme` [ RunTime:0.000643s ]
- [ SQL ] UPDATE `mh_theme` SET `name` = 'meihai' , `version` = '1.0.0' , `demo_url` = 'http://dartrun.com' , `author` = 'dartrun' , `lang` = 'zh-cn' , `author_url` = 'http://www.thinkcmf.com' , `keywords` = 'meihai模板' , `description` = 'meihai默认模板' WHERE `theme` = 'meihai' [ RunTime:0.000424s ]
- [ SQL ] SELECT `more` FROM `mh_theme_file` WHERE `theme` = 'meihai' AND ( `is_public` = 1 OR `file` = 'portal/strategy' ) [ RunTime:0.000622s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mh_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 8,
'filtered' => 12.5,
'extra' => 'Using where',
) ]
- [ DB ] CONNECT:[ UseTime:0.000503s ] mysql:host=127.0.0.1;port=3306;dbname=meihaiwang;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `mh_member` [ RunTime:0.000988s ]
- [ SQL ] SELECT * FROM `mh_member` WHERE `id` IS NULL LIMIT 1 [ RunTime:0.000390s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => NULL,
'partitions' => NULL,
'type' => NULL,
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => NULL,
'filtered' => NULL,
'extra' => 'Impossible WHERE',
) ]

0.093238s