友情链接
基本
文件
流程
错误
SQL
调试
- 请求信息 : 2024-11-01 11:27:20 HTTP/1.1 GET : http://cctcc.whu.edu.cn/portal/article/showlist/id/57.html
- 运行时间 : 0.027387s [ 吞吐率:36.51req/s ] 内存消耗:1,009.25kb 文件加载:173
- 查询信息 : 13 queries 1 writes
- 缓存信息 : 30 reads,0 writes
- 会话信息 : SESSION_ID=46jldrepv10sn7fa1d6k2ls29l
- [ LANG ] /home/www/cctcc/vendor/thinkphp/lang/zh-cn.php
- [ LANG ] /home/www/cctcc/app/portal//lang/zh-cn.php
- [ ROUTE ] array (
)
- [ HEADER ] array (
'host' => 'cctcc.whu.edu.cn',
'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' => '*/*',
'content-type' => '',
'content-length' => '',
)
- [ PARAM ] array (
'id' => '57',
)
- [ 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.000335s ] mysql:host=0.0.0.0;port=3306;dbname=cctcc_whu_edu_cn;charset=utf8
- [ SQL ] SHOW COLUMNS FROM `cmf_portal_category` [ RunTime:0.001093s ]
- [ SQL ] SELECT `id`,`name`,`parent_id`,`links` FROM `cmf_portal_category` WHERE `id` = 57 LIMIT 1 [ RunTime:0.000268s ]
- [ 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` = 6 AND `delete_time` = 0 ORDER BY `list_order` ASC [ RunTime:0.000324s ]
- [ 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` = 6 AND `delete_time` = 0 LIMIT 1 [ RunTime:0.000223s ]
- [ 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.001169s ]
- [ 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` = 57 AND `a`.`post_type` = 1 ) [ RunTime:0.000399s ]
- [ 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' => 6,
'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` = 57 AND `a`.`post_type` = 1 ) ORDER BY `update_time` DESC LIMIT 0,10 [ RunTime:0.001050s ]
- [ 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' => 6,
'extra' => 'Using index condition; Using temporary; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_theme_file` [ RunTime:0.000984s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'home' [ RunTime:0.000229s ]
- [ 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.000968s ]
- [ 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.000239s ]
- [ SQL ] SELECT `more` FROM `cmf_theme_file` WHERE `theme` = 'home' AND ( `is_public` = 1 OR `file` = 'portal/list' ) [ RunTime:0.000212s ]
- [ 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.000993s ]
- [ SQL ] SELECT * FROM `cmf_link` WHERE `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000279s ]
- [ 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.028562s