基本
                        文件
                        流程
                        错误
                        SQL
                        调试
                    
        
                        
                
                    - 请求信息 : 2025-11-04 18:35:26 HTTP/1.1 GET : http://www.gwzjk.com/index/category/item/category_id/290.html?category_id=290&page=77
 - 运行时间 : 0.133693s [ 吞吐率:7.48req/s ] 内存消耗:2,870.07kb 文件加载:212
 - 查询信息 : 10 queries 1 writes 
 - 缓存信息 : 82 reads,0 writes
 - 会话信息 : SESSION_ID=3rtsalkvn1puit9hu3a0l5gbie
                 
             
                        
                        
                
                    - [ LANG ] /www/wwwroot/www.gwzjk.com/thinkphp/lang/zh-cn.php
 - [ ROUTE ] array (
)
 - [ HEADER ] array (
  'connection' => 'keep-alive',
  'cache-control' => 'max-age=0',
  'x-forwarded-for' => '10.1.83.164',
  'via' => '1.1 squid-proxy-5b5d847c96-7f7gz (squid/6.13)',
  'host' => 'www.gwzjk.com',
  'accept-encoding' => 'gzip, br, zstd, deflate',
  'cookie' => 'PHPSESSID=3rtsalkvn1puit9hu3a0l5gbie',
  'user-agent' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
  'accept' => '*/*',
  'content-type' => '',
  'content-length' => '',
)
 - [ PARAM ] array (
  'category_id' => '290',
  'page' => '77',
)
 - [ DB ] INIT mysql
 - [ VIEW ] ./template/index/category/item.html [ array (
  0 => 'page_url',
  1 => 'wx_share',
  2 => 'userInfo',
  3 => 'navs',
  4 => 'hotkey',
  5 => 'footerNav',
  6 => 'topNav',
  7 => 'showAlertLogin',
  8 => 'category',
  9 => 'list',
  10 => 'page',
  11 => 'ads',
  12 => 'cateList',
  13 => 'pid',
) ]
                 
             
                        
                        
                
                    - [ DB ] CONNECT:[ UseTime:0.000137s ] mysql:host=localhost;dbname=www.gwzjk.com;charset=utf8
 - [ SQL ] SHOW COLUMNS FROM `ye_spiders` [ RunTime:0.000262s ]
 - [ SQL ] INSERT INTO `ye_spiders` (`name` , `url` , `create_time` , `update_time`) VALUES ('其它蜘蛛' , 'http://www.gwzjk.com//index/category/item/category_id/290.html?category_id=290&page=77' , '2025-11-04 18:35:26.207393' , '2025-11-04 18:35:26.207400') [ RunTime:0.000130s ]
 - [ SQL ] SHOW COLUMNS FROM `ye_hotkey` [ RunTime:0.000265s ]
 - [ SQL ] SELECT * FROM `ye_hotkey` WHERE  `status` > -1 ORDER BY `sort` DESC LIMIT 0,8 [ RunTime:0.000092s ]
 - [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'ye_hotkey',
  'partitions' => NULL,
  'type' => 'ALL',
  'possible_keys' => NULL,
  'key' => NULL,
  'key_len' => NULL,
  'ref' => NULL,
  'rows' => 30,
  'filtered' => 33.32999801635742,
  'extra' => 'Using where; Using filesort',
) ]
 - [ SQL ] SHOW COLUMNS FROM `ye_category` [ RunTime:0.000271s ]
 - [ SQL ] SELECT * FROM `ye_category` WHERE  `id` = 290 LIMIT 1 [ RunTime:0.000112s ]
 - [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'ye_category',
  'partitions' => NULL,
  'type' => 'const',
  'possible_keys' => 'PRIMARY',
  'key' => 'PRIMARY',
  'key_len' => '4',
  'ref' => 'const',
  'rows' => 1,
  'filtered' => 100.0,
  'extra' => NULL,
) ]
 - [ SQL ] SHOW COLUMNS FROM `ye_article` [ RunTime:0.000282s ]
 - [ SQL ] SELECT COUNT(*) AS tp_count FROM `ye_article` WHERE  `id` > 1  AND `category_id` = 290  AND `status` = 1  AND `display` = 1 [ RunTime:0.000073s ]
 - [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'ye_article',
  'partitions' => NULL,
  'type' => 'index_merge',
  'possible_keys' => 'PRIMARY,idx_category,idx_status',
  'key' => 'idx_status,idx_category',
  'key_len' => '8,9',
  'ref' => NULL,
  'rows' => 628,
  'filtered' => 100.0,
  'extra' => 'Using intersect(idx_status,idx_category); Using where; Using index',
) ]
 - [ SQL ] SELECT * FROM `ye_article` WHERE  `id` > 1  AND `category_id` = 290  AND `status` = 1  AND `display` = 1 ORDER BY `update_time` DESC,`sort` DESC LIMIT 1140,15 [ RunTime:0.022368s ]
 - [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'ye_article',
  'partitions' => NULL,
  'type' => 'index_merge',
  'possible_keys' => 'PRIMARY,idx_category,idx_status',
  'key' => 'idx_status,idx_category',
  'key_len' => '8,9',
  'ref' => NULL,
  'rows' => 628,
  'filtered' => 100.0,
  'extra' => 'Using intersect(idx_status,idx_category); Using where; Using filesort',
) ]
 - [ SQL ] SHOW COLUMNS FROM `ye_ads` [ RunTime:0.000219s ]
 - [ SQL ] SELECT * FROM `ye_ads` WHERE  `status` = 1  AND `list_id` = 19  AND `start_time` < 1762252526  AND `end_time` > 1762252526 ORDER BY `sort` DESC [ RunTime:0.000080s ]
 - [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'ye_ads',
  'partitions' => NULL,
  'type' => 'ref',
  'possible_keys' => 'idx_list_id,idx_starttime,idx_endtime,idx_status',
  'key' => 'idx_list_id',
  'key_len' => '5',
  'ref' => 'const',
  'rows' => 2,
  'filtered' => 12.098299026489258,
  'extra' => 'Using index condition; Using where; Using filesort',
) ]
                 
             
                        
                     
     
    
 
 
    0.138115s