友情链接
 
    
        
                        基本
                        文件
                        流程
                        错误
                        SQL
                        调试
                    
        
                        
                
                    - 请求信息 : 2025-10-31 21:34:19 HTTP/1.0 GET : https://cctcc.whu.edu.cn/portal/article/showlist/id/27.html
- 运行时间 : 0.102713s [ 吞吐率:9.74req/s ] 内存消耗:993.52kb 文件加载:173
- 查询信息 : 13 queries 1 writes 
- 缓存信息 : 23 reads,0 writes
- 会话信息 : SESSION_ID=22v7eql030j9p1of78oafhckaq
 
                        
                        
                
                    - [ LANG ] /home/www/cctcc/vendor/thinkphp/lang/zh-cn.php
- [ LANG ] /home/www/cctcc/app/portal//lang/zh-cn.php
- [ ROUTE ] array (
)
- [ HEADER ] array (
  'accept-encoding' => 'gzip, br, zstd, deflate',
  'user-agent' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
  'accept' => '*/*',
  'connection' => 'close',
  'x-forwarded-proto' => 'https',
  'x-forwarded-for' => '216.73.216.59',
  'x-real-ip' => '216.73.216.59',
  'host' => 'cctcc.whu.edu.cn',
  'content-type' => '',
  'content-length' => '',
)
- [ PARAM ] array (
  'id' => '27',
)
- [ LANG ] /home/www/cctcc/vendor/thinkcmf/cmf/src/behavior/../lang/zh-cn.php
- [ LANG ] /home/www/cctcc/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn.php
- [ LANG ] /home/www/cctcc/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn/common.php
- [ LANG ] /home/www/cctcc/vendor/thinkcmf/cmf-app/src/user/lang/zh-cn.php
- [ LANG ] /home/www/cctcc/app/portal/lang/zh-cn/common.php
- [ LANG ] /home/www/cctcc/app/server_apply/lang/zh-cn/common.php
- [ LANG ] /home/www/cctcc/app/server_data/lang/zh-cn/common.php
- [ LANG ] /home/www/cctcc/app/portal/lang/zh-cn/home.php
- [ LANG ] /home/www/cctcc/app/server_apply/lang/zh-cn/home.php
- [ LANG ] /home/www/cctcc/app/server_data/lang/zh-cn/home.php
- [ DB ] INIT mysql
- [ VIEW ] /home/www/cctcc/public/themes/home/portal/list.html [ array (
  0 => 'site_info',
  1 => 'navs',
  2 => 'actfl',
  3 => 'actfl_name',
  4 => 'cats',
  5 => 'active_nav',
  6 => 'active_nav_id',
  7 => 'page',
  8 => 'theme_vars',
  9 => 'theme_widgets',
) ]
 
                        
                        
                
                    - [ DB ] CONNECT:[ UseTime:0.000344s ] mysql:host=0.0.0.0;port=3306;dbname=cctcc_whu_edu_cn;charset=utf8
- [ SQL ] SHOW COLUMNS FROM `cmf_portal_category` [ RunTime:0.001135s ]
- [ SQL ] SELECT `id`,`name`,`parent_id`,`links` FROM `cmf_portal_category` WHERE  `id` = 27 LIMIT 1 [ RunTime:0.000293s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'cmf_portal_category',
  'type' => 'const',
  'possible_keys' => 'PRIMARY',
  'key' => 'PRIMARY',
  'key_len' => '8',
  'ref' => 'const',
  'rows' => 1,
  'extra' => NULL,
) ]
- [ SQL ] SELECT `name`,`parent_id`,`id`,`links` FROM `cmf_portal_category` WHERE  `parent_id` = 10  AND `delete_time` = 0 ORDER BY `list_order` ASC [ RunTime:0.000309s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'cmf_portal_category',
  'type' => 'ALL',
  'possible_keys' => NULL,
  'key' => NULL,
  'key_len' => NULL,
  'ref' => NULL,
  'rows' => 68,
  'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT `name`,`parent_id`,`id`,`links` FROM `cmf_portal_category` WHERE  `id` = 10  AND `delete_time` = 0 LIMIT 1 [ RunTime:0.000225s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'cmf_portal_category',
  'type' => 'const',
  'possible_keys' => 'PRIMARY',
  'key' => 'PRIMARY',
  'key_len' => '8',
  'ref' => 'const',
  'rows' => 1,
  'extra' => NULL,
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_portal_post` [ RunTime:0.001167s ]
- [ SQL ] SELECT COUNT(*) AS tp_count FROM `cmf_portal_post` `a` INNER JOIN `cmf_user` `u` ON `a`.`user_id`=`u`.`id` INNER JOIN `cmf_portal_category_post` `b` ON `a`.`id`=`b`.`post_id` WHERE  `a`.`create_time` >= 0  AND `a`.`delete_time` = 0  AND (  `b`.`category_id` = 27  AND `a`.`post_type` = 1 ) [ RunTime:0.000381s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'b',
  'type' => 'ref',
  'possible_keys' => 'term_taxonomy_id',
  'key' => 'term_taxonomy_id',
  'key_len' => '8',
  'ref' => 'const',
  'rows' => 2,
  'extra' => 'Using index condition',
) ]
- [ SQL ] SELECT `a`.*,b.id AS post_category_id,`b`.`list_order`,`b`.`category_id`,`u`.`user_login`,`u`.`user_nickname`,`u`.`user_email` FROM `cmf_portal_post` `a` INNER JOIN `cmf_user` `u` ON `a`.`user_id`=`u`.`id` INNER JOIN `cmf_portal_category_post` `b` ON `a`.`id`=`b`.`post_id` WHERE  `a`.`create_time` >= 0  AND `a`.`delete_time` = 0  AND (  `b`.`category_id` = 27  AND `a`.`post_type` = 1 ) ORDER BY `update_time` DESC LIMIT 0,10 [ RunTime:0.000976s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'b',
  'type' => 'ref',
  'possible_keys' => 'term_taxonomy_id',
  'key' => 'term_taxonomy_id',
  'key_len' => '8',
  'ref' => 'const',
  'rows' => 2,
  'extra' => 'Using index condition; Using temporary; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_theme_file` [ RunTime:0.001073s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE  `theme` = 'home' [ RunTime:0.000248s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'cmf_theme_file',
  'type' => 'ALL',
  'possible_keys' => NULL,
  'key' => NULL,
  'key_len' => NULL,
  'ref' => NULL,
  'rows' => 1,
  'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_theme` [ RunTime:0.000973s ]
- [ SQL ] UPDATE `cmf_theme`  SET `name` = 'quick_start' , `version` = '1.0.0' , `demo_url` = 'http://demo.thinkcmf.com' , `author` = 'ThinkCMF' , `lang` = 'zh-cn' , `author_url` = 'http://www.thinkcmf.com' , `keywords` = 'ThinkCMF模板' , `description` = 'ThinkCMF快速入门演示模板'  WHERE  `theme` = 'home' [ RunTime:0.000242s ]
- [ SQL ] SELECT `more` FROM `cmf_theme_file` WHERE  `theme` = 'home'  AND (  `is_public` = 1 OR `file` = 'portal/list' ) [ RunTime:0.000220s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'cmf_theme_file',
  'type' => 'ALL',
  'possible_keys' => NULL,
  'key' => NULL,
  'key_len' => NULL,
  'ref' => NULL,
  'rows' => 1,
  'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_link` [ RunTime:0.001043s ]
- [ SQL ] SELECT * FROM `cmf_link` WHERE  `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000292s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'cmf_link',
  'type' => 'ref',
  'possible_keys' => 'status',
  'key' => 'status',
  'key_len' => '1',
  'ref' => 'const',
  'rows' => 2,
  'extra' => 'Using where; Using filesort',
) ]
 
                        
                     
     
    
 
    0.116842s 
    