党建引领 | 滚球下注网站本部党支部开展网络安全宣传周活动
基本
文件
流程
错误
SQL
调试
- 请求信息 : 2022-11-22 12:42:00 HTTP/1.1 GET : /portal/article/index/id/300.html
- 运行时间 : 0.164082s [ 吞吐率:6.09req/s ] 内存消耗:5,372.38kb 文件加载:121
- 查询信息 : 17 queries 1 writes
- 缓存信息 : 7 reads,0 writes
- [ LANG ] /www/wwwroot/new.zhnk.com.top/vendor/thinkphp/lang/zh-cn.php
- [ LANG ] /www/wwwroot/new.zhnk.com.top/app/portal//lang/zh-cn.php
- [ ROUTE ] array (
)
- [ HEADER ] array (
'x5-uuid' => 'd7632b9230e9dc2809b053f3bd0eaae0',
'x-real-ip' => '156.250.16.194',
'eagleeye-rpcid' => '0.1',
'accept' => '*/*',
'accept-encoding' => 'gzip, deflate',
'eagleeye-traceid' => '784e2c9316690921204308027e0b81',
'x-forwarded-cluster' => 'waf,',
'x-forwarded-proto' => 'http',
'x-forwarded-for' => '156.250.16.194',
'wl-proxy-client-ip' => '156.250.16.194',
'web-server-type' => 'nginx',
'x-client-ip' => '156.250.16.194',
'x-true-ip' => '156.250.16.194',
'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36',
'host' => 'www.sagepractice.com',
)
- [ PARAM ] array (
'id' => '300',
)
- [ LANG ] /www/wwwroot/new.zhnk.com.top/vendor/thinkcmf/cmf/src/behavior/../lang/zh-cn.php
- [ LANG ] /www/wwwroot/new.zhnk.com.top/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn.php
- [ LANG ] /www/wwwroot/new.zhnk.com.top/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn/common.php
- [ LANG ] /www/wwwroot/new.zhnk.com.top/vendor/thinkcmf/cmf-app/src/user/lang/zh-cn.php
- [ LANG ] /www/wwwroot/new.zhnk.com.top/app/admin/lang/zh-cn/common.php
- [ LANG ] /www/wwwroot/new.zhnk.com.top/app/portal/lang/zh-cn/common.php
- [ LANG ] /www/wwwroot/new.zhnk.com.top/app/portal/lang/zh-cn/home.php
- [ DB ] INIT mysql
- [ VIEW ] /www/wwwroot/new.zhnk.com.top/public/themes/zmq2021_sf/portal/article.html [ array (
0 => 'site_info',
1 => 'category',
2 => 'article',
3 => 'prev_article',
4 => 'next_article',
5 => 'theme_vars',
6 => 'theme_widgets',
) ]
- [ DB ] CONNECT:[ UseTime:0.000656s ] mysql:host=localhost;port=19336;dbname=new_zhnk_com_top;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `nk_portal_post` [ RunTime:0.000930s ]
- [ SQL ] SELECT `post`.* FROM `nk_portal_post` `post` WHERE `post`.`post_type` = 1 AND `post`.`post_status` = 1 AND `post`.`delete_time` = 0 AND `post`.`id` = 300 AND ( `post`.`published_time` > 0 AND `post`.`published_time` < 1669092120 ) LIMIT 1 [ RunTime:0.000579s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'post',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY,type_status_date',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `post`.* FROM `nk_portal_post` `post` WHERE `post`.`post_type` = 1 AND `post`.`post_status` = 1 AND `post`.`delete_time` = 0 AND `post`.`id` < 300 AND ( `post`.`published_time` > 0 AND `post`.`published_time` < 1669092120 ) ORDER BY `id` DESC LIMIT 1 [ RunTime:0.000589s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'post',
'partitions' => NULL,
'type' => 'range',
'possible_keys' => 'PRIMARY,type_status_date',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => NULL,
'rows' => 78,
'filtered' => 1.110888957977295,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `post`.* FROM `nk_portal_post` `post` WHERE `post`.`post_type` = 1 AND `post`.`post_status` = 1 AND `post`.`delete_time` = 0 AND `post`.`id` > 300 AND ( `post`.`published_time` < 1669092120 and `post`.`published_time` > 0 ) ORDER BY `id` ASC LIMIT 1 [ RunTime:0.000904s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'post',
'partitions' => NULL,
'type' => 'range',
'possible_keys' => 'PRIMARY,type_status_date',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => NULL,
'rows' => 13,
'filtered' => 1.110888957977295,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `nk_portal_category_post` [ RunTime:0.000462s ]
- [ SQL ] SHOW COLUMNS FROM `nk_portal_category` [ RunTime:0.001001s ]
- [ SQL ] SELECT `nk_portal_category`.*,`pivot`.`id` AS `pivot__id`,`pivot`.`post_id` AS `pivot__post_id`,`pivot`.`category_id` AS `pivot__category_id`,`pivot`.`list_order` AS `pivot__list_order`,`pivot`.`status` AS `pivot__status` FROM `nk_portal_category` INNER JOIN `nk_portal_category_post` `pivot` ON `pivot`.`category_id`=`nk_portal_category`.`id` WHERE `pivot`.`post_id` = 300 [ RunTime:0.000660s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'pivot',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'term_taxonomy_id',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 129,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `nk_portal_post` SET `post_hits` = `post_hits` + 1 WHERE `id` = 300 [ RunTime:0.007940s ]
- [ SQL ] SHOW COLUMNS FROM `nk_theme_file` [ RunTime:0.000674s ]
- [ SQL ] SELECT `more` FROM `nk_theme_file` WHERE `theme` = 'zmq2021_sf' AND ( `is_public` = 1 OR `file` = 'portal/article' ) [ RunTime:0.001213s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'nk_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 46,
'filtered' => 2.17391300201416,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `nk_nav` [ RunTime:0.000743s ]
- [ SQL ] SELECT `id` FROM `nk_nav` WHERE `is_main` = 1 LIMIT 1 [ RunTime:0.000243s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'nk_nav',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 2,
'filtered' => 50.0,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `nk_nav_menu` [ RunTime:0.000758s ]
- [ SQL ] SELECT * FROM `nk_nav_menu` WHERE `nav_id` = 1 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000549s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'nk_nav_menu',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 54,
'filtered' => 1.8518518209457397,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `nk_nav_menu` WHERE `nav_id` = 1 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000538s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'nk_nav_menu',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 54,
'filtered' => 1.8518518209457397,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `nk_user` [ RunTime:0.001455s ]
- [ SQL ] SELECT * FROM `nk_user` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000461s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'nk_user',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `nk_nav_menu` WHERE `nav_id` = 2 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000576s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'nk_nav_menu',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 54,
'filtered' => 1.8518518209457397,
'extra' => 'Using where; Using filesort',
) ]

0.175241s