-
微信公众号
![]()
-
android版下载

-
iPhone版下载

客服热线(服务时间:8:00-16:00)
地址:
基本
文件
流程
错误
SQL
调试
- 请求信息 : 2021-02-25 06:38:01 HTTP/1.1 GET : https://loudi.tv/home/liveclass/index/id/12/name/%E5%A5%B3%E7%A5%9E/menu/1.html
- 运行时间 : 0.041645s [ 吞吐率:24.01req/s ] 内存消耗:4,202.78kb 文件加载:113
- 查询信息 : 12 queries 0 writes
- 缓存信息 : 4 reads,0 writes
- 会话信息 : SESSION_ID=957dsj73dmsogdvv09moj65ah1
- [ LANG ] /data/wwwroot/whahg.com/vendor/thinkphp/lang/zh-cn.php
- [ DB ] INIT mysql
- [ ROUTE ] array (
)
- [ HEADER ] array (
'connection' => 'Keep-Alive',
'host' => 'loudi.tv',
'accept-encoding' => 'br,gzip',
'if-modified-since' => 'Sat, 28 Nov 2020 16:01:33 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 (
'id' => '12',
'name' => '女神',
'menu' => '1',
)
- [ LANG ] /data/wwwroot/whahg.com/vendor/thinkcmf/cmf/src/behavior/../lang/zh-cn.php
- [ LANG ] /data/wwwroot/whahg.com/app/admin/lang/zh-cn/common.php
- [ LANG ] /data/wwwroot/whahg.com/app/portal/lang/zh-cn/common.php
- [ LANG ] /data/wwwroot/whahg.com/app/portal/lang/zh-cn/home.php
- [ VIEW ] /data/wwwroot/whahg.com/themes/default/home/liveclass/index.html [ array (
0 => 'site_info',
1 => 'configpri',
2 => 'site_name',
3 => 'current',
4 => 'levellist',
5 => 'levellistj',
6 => 'levelanchorlist',
7 => 'levelanchorlistj',
8 => 'liveclass_list_count',
9 => 'liveclass_list',
10 => 'user',
11 => 'userinfo',
12 => 'lists',
13 => 'page',
14 => 'site_seo_title',
15 => 'theme_vars',
16 => 'theme_widgets',
) ]
- [ DB ] CONNECT:[ UseTime:0.000451s ] mysql:host=127.0.0.1;port=3306;dbname=xingkonglive;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `cmf_hook` [ RunTime:0.000646s ]
- [ SQL ] SELECT `hook` FROM `cmf_hook` WHERE `type` = 1 OR ( `type` = 3 AND ( `app` = '' or `app` = 'cmf' ) ) [ RunTime:0.000271s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_hook',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 56,
'filtered' => 11.710000038146973,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.000451s ]
- [ 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.000299s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_hook_plugin',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 1,
'filtered' => 100.0,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_plugin` [ RunTime:0.000548s ]
- [ SQL ] SELECT `config` FROM `cmf_plugin` WHERE `name` = 'Qiniu' LIMIT 1 [ RunTime:0.000200s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_plugin',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 1,
'filtered' => 100.0,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_live` [ RunTime:0.000560s ]
- [ SQL ] SELECT COUNT(*) AS tp_count FROM cmf_live l LEFT JOIN `cmf_user` `u` ON `u`.`id`=`l`.`uid` WHERE ( l.liveclassid=12 and l.islive='1' ) [ RunTime:0.000195s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'l',
'partitions' => NULL,
'type' => 'ref',
'possible_keys' => 'index_islive_starttime',
'key' => 'index_islive_starttime',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT COUNT(*) AS tp_count FROM cmf_live l LEFT JOIN `cmf_user` `u` ON `u`.`id`=`l`.`uid` WHERE ( l.liveclassid=12 and l.islive='1' ) [ RunTime:0.000199s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'l',
'partitions' => NULL,
'type' => 'ref',
'possible_keys' => 'index_islive_starttime',
'key' => 'index_islive_starttime',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => 'Using where',
) ]
- [ 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 ( l.liveclassid=12 and l.islive='1' ) ORDER BY `l`.`showid` DESC LIMIT 0,20 [ RunTime:0.000197s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'l',
'partitions' => NULL,
'type' => 'ref',
'possible_keys' => 'index_islive_starttime',
'key' => 'index_islive_starttime',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => 'Using index condition; Using where; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_theme_file` [ RunTime:0.000473s ]
- [ SQL ] SELECT `more` FROM `cmf_theme_file` WHERE `theme` = 'default' AND ( `is_public` = 1 OR `file` = '/data/wwwroot/whahg.com/home/liveclass/index' ) [ RunTime:0.000194s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 1,
'filtered' => 100.0,
'extra' => 'Using where',
) ]

0.042245s