游玩项目
-
游艇出海 ¥
基本
文件
流程
错误
SQL
调试
- 请求信息 : 2022-08-12 01:33:36 HTTP/1.1 GET : http://meihai.net/portal/article/yule_details/id/6.html
- 运行时间 : 0.150573s [ 吞吐率:6.64req/s ] 内存消耗:4,782.57kb 文件加载:110
- 查询信息 : 15 queries 2 writes
- 缓存信息 : 6 reads,0 writes
- 会话信息 : SESSION_ID=f3b3hfr6igtrkpq9ma4v3rsjc3
- [ LANG ] /www/wwwroot/www.meihai/vendor/thinkphp/lang/zh-cn.php
- [ LANG ] /www/wwwroot/www.meihai/app/portal//lang/zh-cn.php
- [ ROUTE ] array (
)
- [ HEADER ] array (
'connection' => 'Keep-Alive',
'host' => 'meihai.net',
'accept-encoding' => 'br,gzip',
'if-modified-since' => 'Tue, 03 Aug 2021 00:41:27 GMT',
'accept-language' => 'en-US,en;q=0.5',
'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'user-agent' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'content-type' => '',
'content-length' => '',
)
- [ PARAM ] array (
'id' => '6',
)
- [ LANG ] /www/wwwroot/www.meihai/vendor/thinkcmf/cmf/src/behavior/../lang/zh-cn.php
- [ LANG ] /www/wwwroot/www.meihai/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn.php
- [ LANG ] /www/wwwroot/www.meihai/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn/common.php
- [ LANG ] /www/wwwroot/www.meihai/vendor/thinkcmf/cmf-app/src/user/lang/zh-cn.php
- [ LANG ] /www/wwwroot/www.meihai/app/portal/lang/zh-cn/common.php
- [ LANG ] /www/wwwroot/www.meihai/app/portal/lang/zh-cn/home.php
- [ DB ] INIT mysql
- [ DB ] INIT mysql
- [ DB ] INIT mysql
- [ DB ] INIT mysql
- [ VIEW ] /www/wwwroot/www.meihai/public/themes/meihai/portal/yule_details.html [ array (
0 => 'site_info',
1 => 'action',
2 => 'controller',
3 => 'link',
4 => 'info',
5 => 'theme_vars',
6 => 'theme_widgets',
) ]
- [ DB ] CONNECT:[ UseTime:0.000460s ] mysql:host=127.0.0.1;port=3306;dbname=meihai_net;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `mh_link` [ RunTime:0.000961s ]
- [ SQL ] SELECT * FROM `mh_link` [ RunTime:0.000265s ]
- [ 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.0,
'extra' => NULL,
) ]
- [ SQL ] SHOW COLUMNS FROM `mh_portal_post` [ RunTime:0.000864s ]
- [ SQL ] SELECT * FROM `mh_portal_post` WHERE `id` = 6 LIMIT 1 [ RunTime:0.000397s ]
- [ 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.0,
'extra' => NULL,
) ]
- [ SQL ] UPDATE `mh_portal_post` SET `post_hits` = 1848 WHERE `id` = 6 [ RunTime:0.002837s ]
- [ DB ] CONNECT:[ UseTime:0.000356s ] mysql:host=127.0.0.1;port=3306;dbname=meihai_net;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `mh_portal_category_post` [ RunTime:0.000658s ]
- [ SQL ] SELECT * FROM `mh_portal_category_post` WHERE `post_id` = 6 LIMIT 1 [ RunTime:0.000296s ]
- [ 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' => 21,
'filtered' => 10.0,
'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=4 and p.id !=6 ) LIMIT 10 [ RunTime:0.000516s ]
- [ 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' => 2,
'filtered' => 100.0,
'extra' => 'Using where',
) ]
- [ DB ] CONNECT:[ UseTime:0.000349s ] mysql:host=127.0.0.1;port=3306;dbname=meihai_net;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `mh_comment` [ RunTime:0.000946s ]
- [ SQL ] SELECT COUNT(*) AS tp_count FROM `mh_comment` WHERE `object_id` = 6 AND `parent_id` = 0 LIMIT 1 [ RunTime:0.000293s ]
- [ 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.0,
'extra' => 'Using where',
) ]
- [ DB ] CONNECT:[ UseTime:0.000280s ] mysql:host=127.0.0.1;port=3306;dbname=meihai_net;charset=utf8mb4
- [ SQL ] SELECT COUNT(*) AS tp_count FROM `mh_comment` WHERE `object_id` = 6 AND `parent_id` = 0 LIMIT 1 [ RunTime:0.000300s ]
- [ 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.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `mh_comment` WHERE `object_id` = 6 AND `parent_id` = 0 LIMIT 0,10 [ RunTime:0.000314s ]
- [ 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.0,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `mh_theme_file` [ RunTime:0.000863s ]
- [ SQL ] SELECT * FROM `mh_theme_file` WHERE `theme` = 'meihai' [ RunTime:0.000334s ]
- [ 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.000710s ]
- [ 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.000307s ]
- [ SQL ] SELECT `more` FROM `mh_theme_file` WHERE `theme` = 'meihai' AND ( `is_public` = 1 OR `file` = 'portal/yule_details' ) [ RunTime:0.000248s ]
- [ 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.152143s