-
微信公众号
-
android版下载
-
iPhone版下载
40084227
客服热线(服务时间:8:00-16:00)
地址:上海市杨浦区国际中心1号8楼
基本
文件
流程
错误
SQL
调试
- 请求信息 : 2024-12-23 18:39:27 HTTP/2.0 GET : https://yiflw.com/home/Category/index?cat=1
- 运行时间 : 0.052320s [ 吞吐率:19.11req/s ] 内存消耗:5,903.48kb 文件加载:111
- 查询信息 : 12 queries 0 writes
- 缓存信息 : 4 reads,0 writes
- 会话信息 : SESSION_ID=5hbtjtqevbfc5a7vg9g40jpc51
- [ LANG ] /www/wwwroot/yiflw.com/vendor/thinkphp/lang/zh-cn.php
- [ DB ] INIT mysql
- [ ROUTE ] array (
)
- [ HEADER ] array (
'host' => 'yiflw.com',
'accept' => '*/*',
'user-agent' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'accept-encoding' => 'gzip, br, zstd, deflate',
'content-type' => '',
'content-length' => '',
)
- [ PARAM ] array (
'cat' => '1',
)
- [ LANG ] /www/wwwroot/yiflw.com/vendor/thinkcmf/cmf/src/behavior/../lang/zh-cn.php
- [ LANG ] /www/wwwroot/yiflw.com/app/admin/lang/zh-cn/common.php
- [ LANG ] /www/wwwroot/yiflw.com/app/portal/lang/zh-cn/common.php
- [ LANG ] /www/wwwroot/yiflw.com/app/portal/lang/zh-cn/home.php
- [ VIEW ] /www/wwwroot/yiflw.com/themes/default/home/category/index.html [ array (
0 => 'site_info',
1 => 'configpri',
2 => 'site_name',
3 => 'current',
4 => 'levellist',
5 => 'levellistj',
6 => 'levelanchorlist',
7 => 'levelanchorlistj',
8 => 'user',
9 => 'userinfo',
10 => 'lists',
11 => 'page',
12 => 'site_seo_title',
13 => 'theme_vars',
14 => 'theme_widgets',
) ]
- [ DB ] CONNECT:[ UseTime:0.000372s ] mysql:host=127.0.0.1;port=3306;dbname=yiflw_tff;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `cmf_hook` [ RunTime:0.000798s ]
- [ SQL ] SELECT `hook` FROM `cmf_hook` WHERE `type` = 1 OR ( `type` = 3 AND ( `app` = '' or `app` = 'cmf' ) ) [ RunTime:0.000335s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_hook',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 56,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.000599s ]
- [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 AND `hook` IN ('app_begin','module_init','action_begin','view_filter','app_end','log_write','response_end','admin_init','home_init','send_mobile_verification_code','body_start','before_head_end','footer_start','before_footer','before_footer_end','before_body_end','left_sidebar_start','before_left_sidebar_end','right_sidebar_start','before_right_sidebar_end','comment','guestbook','switch_theme','after_content','before_content','log_write_done','switch_admin_theme','captcha_image') ORDER BY `list_order` ASC [ RunTime:0.000312s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_hook_plugin',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 1,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_plugin` [ RunTime:0.000765s ]
- [ SQL ] SELECT `config` FROM `cmf_plugin` WHERE `name` = 'Qiniu' LIMIT 1 [ RunTime:0.000235s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_plugin',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 1,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_live` [ RunTime:0.000713s ]
- [ SQL ] SELECT COUNT(*) AS tp_count FROM cmf_live l LEFT JOIN `cmf_user` `u` ON `u`.`id`=`l`.`uid` WHERE ( u.sex='1' and l.islive='1' ) [ RunTime:0.000278s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'l',
'type' => 'ref',
'possible_keys' => 'PRIMARY,index_islive_starttime,index_uid_stream',
'key' => 'index_islive_starttime',
'key_len' => '4',
'ref' => 'const',
'rows' => 13,
'extra' => 'Using index',
) ]
- [ SQL ] SELECT COUNT(*) AS tp_count FROM cmf_live l LEFT JOIN `cmf_user` `u` ON `u`.`id`=`l`.`uid` WHERE ( u.sex='1' and l.islive='1' ) [ RunTime:0.000276s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'l',
'type' => 'ref',
'possible_keys' => 'PRIMARY,index_islive_starttime,index_uid_stream',
'key' => 'index_islive_starttime',
'key_len' => '4',
'ref' => 'const',
'rows' => 13,
'extra' => 'Using index',
) ]
- [ SQL ] SELECT `u`.`user_nicename`,`u`.`avatar`,`l`.`thumb`,`l`.`uid`,`l`.`stream`,`l`.`title`,`l`.`city`,`l`.`islive` FROM cmf_live l LEFT JOIN `cmf_user` `u` ON `u`.`id`=`l`.`uid` WHERE ( u.sex='1' and l.islive='1' ) ORDER BY `l`.`showid` DESC LIMIT 0,20 [ RunTime:0.000460s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'l',
'type' => 'ALL',
'possible_keys' => 'PRIMARY,index_islive_starttime,index_uid_stream',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 17,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_theme_file` [ RunTime:0.000769s ]
- [ SQL ] SELECT `more` FROM `cmf_theme_file` WHERE `theme` = 'default' AND ( `is_public` = 1 OR `file` = '/www/wwwroot/yiflw.com/home/category/index' ) [ RunTime:0.000211s ]
- [ 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',
) ]
0.055923s