基本
文件
流程
错误
SQL
调试
- 请求信息 : 2021-01-16 03:56:43 HTTP/1.1 GET : http://meihai.net/portal/article/details/id/11.html
- 运行时间 : 0.119637s [ 吞吐率:8.36req/s ] 内存消耗:8,241.03kb 文件加载:110
- 查询信息 : 15 queries 2 writes
- 缓存信息 : 6 reads,0 writes
- 会话信息 : SESSION_ID=0538a3qchqjntq47s68a2m17o4
- [ 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 (
'id' => '11',
)
- [ 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
- [ DB ] INIT mysql
- [ VIEW ] /home/wwwroot/meihai_net/public/themes/meihai/portal/scenicDetails.html [ array (
0 => 'site_info',
1 => 'link',
2 => 'info',
3 => 'theme_vars',
4 => 'theme_widgets',
) ]
- [ DB ] CONNECT:[ UseTime:0.000472s ] mysql:host=127.0.0.1;port=3306;dbname=meihaiwang;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `mh_link` [ RunTime:0.000835s ]
- [ SQL ] SELECT * FROM `mh_link` [ RunTime:0.000333s ]
- [ 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.001166s ]
- [ SQL ] SELECT * FROM `mh_portal_post` WHERE `id` = 11 LIMIT 1 [ RunTime:0.000606s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mh_portal_post',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100,
'extra' => NULL,
) ]
- [ SQL ] UPDATE `mh_portal_post` SET `post_hits` = 1313 WHERE `id` = 11 [ RunTime:0.006657s ]
- [ DB ] CONNECT:[ UseTime:0.000406s ] mysql:host=127.0.0.1;port=3306;dbname=meihaiwang;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `mh_portal_category_post` [ RunTime:0.000845s ]
- [ SQL ] SELECT * FROM `mh_portal_category_post` WHERE `post_id` = 11 LIMIT 1 [ RunTime:0.000451s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'mh_portal_category_post',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 13,
'filtered' => 10,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `mh_portal_post` `p` INNER JOIN `mh_portal_category_post` `pc` ON `p`.`id`=`pc`.`post_id` WHERE ( pc.category_id=2 and p.id !=11 ) LIMIT 10 [ RunTime:0.000832s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'pc',
'partitions' => NULL,
'type' => 'ref',
'possible_keys' => 'term_taxonomy_id',
'key' => 'term_taxonomy_id',
'key_len' => '8',
'ref' => 'const',
'rows' => 7,
'filtered' => 100,
'extra' => 'Using where',
) ]
- [ DB ] CONNECT:[ UseTime:0.000518s ] mysql:host=127.0.0.1;port=3306;dbname=meihaiwang;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `mh_comment` [ RunTime:0.000956s ]
- [ SQL ] SELECT COUNT(*) AS tp_count FROM `mh_comment` WHERE `object_id` = 11 AND `parent_id` = 0 LIMIT 1 [ RunTime:0.000508s ]
- [ 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',
) ]
- [ DB ] CONNECT:[ UseTime:0.000394s ] mysql:host=127.0.0.1;port=3306;dbname=meihaiwang;charset=utf8mb4
- [ SQL ] SELECT COUNT(*) AS tp_count FROM `mh_comment` WHERE `object_id` = 11 AND `parent_id` = 0 LIMIT 1 [ RunTime:0.000510s ]
- [ 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 ] SELECT * FROM `mh_comment` WHERE `object_id` = 11 AND `parent_id` = 0 LIMIT 0,10 [ RunTime:0.000473s ]
- [ 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.000882s ]
- [ SQL ] SELECT * FROM `mh_theme_file` WHERE `theme` = 'meihai' [ RunTime:0.000449s ]
- [ 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.000708s ]
- [ 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.000499s ]
- [ SQL ] SELECT `more` FROM `mh_theme_file` WHERE `theme` = 'meihai' AND ( `is_public` = 1 OR `file` = 'portal/scenicDetails' ) [ RunTime:0.000550s ]
- [ 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',
) ]

0.121454s