QQ:1593108328
基本
文件
流程
错误
SQL
调试
- 请求信息 : 2023-11-29 05:51:00 HTTP/1.1 GET : https://m.lishiren.com/xxyz/3/
- 运行时间 : 0.107587s [ 吞吐率:9.29req/s ] 内存消耗:1,090.84kb 文件加载:105
- 查询信息 : 10 queries 0 writes
- 缓存信息 : 5 reads,5 writes
- [ LANG ] /data/wwwroot/site/thinkphp/lang/zh-cn.php
- [ ROUTE ] array (
'rule' => 'xxyz<le?><page?><slash?>',
'route' => 'listing/index?dir=xxyz',
'option' =>
array (
'merge_rule_regex' => false,
),
'var' =>
array (
'le' => '/',
'page' => '3',
'slash' => '/',
),
)
- [ HEADER ] array (
'connection' => 'Keep-Alive',
'host' => 'm.lishiren.com',
'accept-encoding' => 'br,gzip',
'if-modified-since' => 'Fri, 03 Feb 2023 18:58:09 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 (
'dir' => 'xxyz',
'le' => '/',
'page' => '3',
'slash' => '/',
)
- [ VIEW ] /data/wwwroot/site/application/index/view/lishiren/mobile/m_app_list.html [ array (
0 => 'shields',
1 => 'area',
2 => 'seo',
3 => 'id',
4 => 'dir',
5 => 'siteConfig',
6 => 'gop',
7 => 'view_suffix',
8 => 'title',
9 => 'crumb',
10 => 'is_shield',
11 => 'tag_id',
12 => 'fid',
13 => 'articleInfo',
) ]
- [ DB ] INIT mysql
- [8]未定义数组索引: site_def_img[/data/wwwroot/site/application/common/taglib/Row.php:151]
- [ DB ] CONNECT:[ UseTime:0.000313s ] mysql:host=127.0.0.1;port=3306;dbname=lishiren;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `menus` [ RunTime:0.000736s ]
- [ SQL ] SELECT `dir`,`route` FROM `menus` [ RunTime:0.000268s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'menus',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 29,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SHOW COLUMNS FROM `articles` [ RunTime:0.000718s ]
- [ SQL ] SELECT `a`.`id`,`a`.`folder_id`,`a`.`route_id`,`a`.`title`,`a`.`summary`,`a`.`img`,`a`.`imgs`,`a`.`hot`,`a`.`pageviews`,`a`.`recommend`,`a`.`uid`,`a`.`author`,`a`.`baidupush`,`a`.`checkonly`,`a`.`created_at`,`a`.`acquisition_at`,`a`.`seo_title`,`a`.`seo_keywords`,`a`.`seo_desc`,`a`.`updated_at`,`a`.`status`,`a`.`is_grab`,`b`.`route`,`b`.`route_pattern`,b.seo_title as f_seo_title,b.seo_keywords as f_seo_keywords,b.seo_desc as f_seo_desc,b.status as fstatus FROM `articles` `a` LEFT JOIN `folders` `b` ON `a`.`folder_id`=`b`.`id` WHERE `a`.`status` = '1' AND `a`.`id` IN ('46','33','32','31','23','22','2') [ RunTime:0.000707s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'a',
'partitions' => NULL,
'type' => 'range',
'possible_keys' => 'PRIMARY,status',
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => NULL,
'rows' => 7,
'filtered' => 9.9999990463256836,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `article_extend_info` [ RunTime:0.000451s ]
- [ SQL ] SELECT `article_id`,`field_id`,`value` FROM `article_extend_info` WHERE `article_id` IN (2,22,23,31,32,33,46) [ RunTime:0.000396s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'article_extend_info',
'partitions' => NULL,
'type' => 'range',
'possible_keys' => 'article_id_2,article_id',
'key' => 'article_id_2',
'key_len' => '4',
'ref' => NULL,
'rows' => 84,
'filtered' => 100.0,
'extra' => 'Using index condition',
) ]
- [ SQL ] SELECT `id`,`dir`,`pid`,`route`,`status` FROM `menus` WHERE `dir` = 'xxyz' [ RunTime:0.000415s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'menus',
'partitions' => NULL,
'type' => 'ref',
'possible_keys' => 'dir',
'key' => 'dir',
'key_len' => '202',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `id`,`dir`,`pid`,`route` FROM `menus` WHERE `id` = 13 [ RunTime:0.000228s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'menus',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `menus` WHERE `dir` = 'azyx' AND ( status != 2 ) ORDER BY `sort` DESC LIMIT 0,1000 [ RunTime:0.000350s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'menus',
'partitions' => NULL,
'type' => 'ref',
'possible_keys' => 'dir',
'key' => 'dir',
'key_len' => '202',
'ref' => 'const',
'rows' => 1,
'filtered' => 90.0,
'extra' => 'Using index condition; Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `menus` WHERE ( pid in (13) ) AND ( status != 2 ) OR `id` IN (13) ORDER BY `pid` ASC,`sort` DESC LIMIT 0,1000 [ RunTime:0.000365s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'menus',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 29,
'filtered' => 12.137929916381836,
'extra' => 'Using where; Using filesort',
) ]

0.108257s