基本
文件
流程
错误
SQL
调试
- 请求信息 : 2023-12-01 11:51:08 HTTP/1.1 GET : https://www.lishiren.com/yxgl/
- 运行时间 : 0.110242s [ 吞吐率:9.07req/s ] 内存消耗:1,095.95kb 文件加载:105
- 查询信息 : 8 queries 0 writes
- 缓存信息 : 9 reads,3 writes
- [ LANG ] /data/wwwroot/site/thinkphp/lang/zh-cn.php
- [ ROUTE ] array (
'rule' => 'yxgl<le?><page?><slash?>',
'route' => 'listing/index?dir=yxgl',
'option' =>
array (
'merge_rule_regex' => false,
),
'var' =>
array (
'le' => '/',
),
)
- [ HEADER ] array (
'connection' => 'Keep-Alive',
'host' => 'www.lishiren.com',
'accept-encoding' => 'br,gzip',
'if-modified-since' => 'Mon, 05 Jun 2023 00:19:24 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' => 'yxgl',
'le' => '/',
)
- [ VIEW ] /data/wwwroot/site/application/index/view/lishiren/pc/article_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]
- [8]未定义数组索引: site_def_img[/data/wwwroot/site/application/common/taglib/Row.php:151]
- [8]未定义数组索引: site_def_img[/data/wwwroot/site/application/common/taglib/Row.php:151]
- [8]未定义数组索引: site_def_img[/data/wwwroot/site/application/common/taglib/Row.php:151]
- [ DB ] CONNECT:[ UseTime:0.000318s ] mysql:host=127.0.0.1;port=3306;dbname=lishiren;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `articles` [ RunTime:0.000696s ]
- [ 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 ('312','310','308','306','304','302') [ RunTime:0.000679s ]
- [ 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' => 6,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `article_extend_info` [ RunTime:0.000449s ]
- [ SQL ] SELECT `article_id`,`field_id`,`value` FROM `article_extend_info` WHERE `article_id` IN (302,304,306,308,310,312) [ RunTime:0.000402s ]
- [ 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' => 72,
'filtered' => 100.0,
'extra' => 'Using index condition',
) ]
- [ SQL ] SHOW COLUMNS FROM `menus` [ RunTime:0.000525s ]
- [ SQL ] SELECT `id`,`dir`,`pid`,`route`,`status` FROM `menus` WHERE `dir` = 'yxgl' [ RunTime:0.000267s ]
- [ 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` = 26 [ 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 ( pid in (26) ) AND ( status != 2 ) OR `id` IN (26) ORDER BY `pid` ASC,`sort` DESC LIMIT 0,1000 [ RunTime:0.000341s ]
- [ 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.110953s