基本
文件
流程
錯誤
SQL
調試
- 請求信息 : 2024-12-16 02:33:17 HTTP/1.1 GET : http://m.wenpupu.com/case/59.html
- 運行時間 : 0.074957s [ 吞吐率:13.34req/s ] 內存消耗:3,333.41kb 文件加載:103
- 查詢信息 : 8 queries 1 writes
- 緩存信息 : 8 reads,0 writes
- [ LANG ] E:\www\web\jnsansu.cn_5anTo7EUvsV6Ztbvgmj3\wwwroot/vendor\thinkphp\lang\zh-cn.php
- [ LANG ] E:\www\web\jnsansu.cn_5anTo7EUvsV6Ztbvgmj3\wwwroot\app\portal\\lang\zh-cn.php
- [ ROUTE ] array (
'rule' => 'case/<id>',
'route' => 'portal/Article/index?cid=3',
'option' =>
array (
'merge_rule_regex' => false,
),
'var' =>
array (
'id' => '59',
),
)
- [ HEADER ] array (
'content-type' => 'application/x-www-form-urlencoded; Charset=UTF-8',
'content-length' => '0',
'x-original-url' => '/case/59.html',
'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko',
'referer' => 'http://www.baidu.com',
'host' => 'm.wenpupu.com',
'cookie' => 't=92d7540e476b153862b4ea2356ede7b3; r=8148',
'accept-language' => 'zh-CN,zh',
'accept-encoding' => 'gzip, deflate',
'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'connection' => 'Keep-Alive',
)
- [ PARAM ] array (
'cid' => '3',
'id' => '59',
)
- [ LANG ] E:\www\web\jnsansu.cn_5anTo7EUvsV6Ztbvgmj3\wwwroot\vendor\thinkcmf\cmf\src\behavior/../lang\zh-cn.php
- [ LANG ] E:\www\web\jnsansu.cn_5anTo7EUvsV6Ztbvgmj3\wwwroot\vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn.php
- [ LANG ] E:\www\web\jnsansu.cn_5anTo7EUvsV6Ztbvgmj3\wwwroot\vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn/common.php
- [ LANG ] E:\www\web\jnsansu.cn_5anTo7EUvsV6Ztbvgmj3\wwwroot\vendor/thinkcmf/cmf-app/src/user/lang/zh-cn.php
- [ LANG ] E:\www\web\jnsansu.cn_5anTo7EUvsV6Ztbvgmj3\wwwroot/app/portal\lang\zh-cn\common.php
- [ LANG ] E:\www\web\jnsansu.cn_5anTo7EUvsV6Ztbvgmj3\wwwroot/app/portal\lang\zh-cn\home.php
- [ DB ] INIT mysql
- [ DB ] CONNECT:[ UseTime:0.000708s ] mysql:host=127.0.0.1;port=3306;dbname=jnsansucn;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `cmf_portal_post` [ RunTime:0.002228s ]
- [ SQL ] SELECT `post`.* FROM `cmf_portal_post` `post` INNER JOIN `cmf_portal_category_post` `relation` ON `post`.`id`=`relation`.`post_id` WHERE `post`.`post_type` = '1' AND `post`.`post_status` = '1' AND `post`.`delete_time` = '0' AND `relation`.`category_id` = '3' AND `relation`.`post_id` = '59' AND ( `post`.`published_time` < '1734287597' and `post`.`published_time` > '0' ) LIMIT 1 [ RunTime:0.003383s ]
- [ 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 `cmf_portal_post` `post` INNER JOIN `cmf_portal_category_post` `relation` ON `post`.`id`=`relation`.`post_id` WHERE `post`.`post_type` = '1' AND `post`.`post_status` = '1' AND `post`.`delete_time` = '0' AND `relation`.`category_id` = '3' AND `relation`.`post_id` < '59' AND ( `post`.`published_time` < '1734287597' and `post`.`published_time` > '0' ) ORDER BY `id` DESC LIMIT 1 [ RunTime:0.002855s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'relation',
'partitions' => NULL,
'type' => 'ref',
'possible_keys' => 'term_taxonomy_id',
'key' => 'term_taxonomy_id',
'key_len' => '8',
'ref' => 'const',
'rows' => 15,
'filtered' => 33.32999801635742,
'extra' => 'Using index condition; Using where; Using temporary; Using filesort',
) ]
- [ SQL ] SELECT `post`.* FROM `cmf_portal_post` `post` INNER JOIN `cmf_portal_category_post` `relation` ON `post`.`id`=`relation`.`post_id` WHERE `post`.`post_type` = '1' AND `post`.`post_status` = '1' AND `post`.`delete_time` = '0' AND `relation`.`category_id` = '3' AND `relation`.`post_id` > '59' AND ( `post`.`published_time` < '1734287597' and `post`.`published_time` > '0' ) ORDER BY `id` ASC LIMIT 1 [ RunTime:0.004628s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'relation',
'partitions' => NULL,
'type' => 'ref',
'possible_keys' => 'term_taxonomy_id',
'key' => 'term_taxonomy_id',
'key_len' => '8',
'ref' => 'const',
'rows' => 15,
'filtered' => 33.32999801635742,
'extra' => 'Using index condition; Using where; Using temporary; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_portal_category` [ RunTime:0.001391s ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `id` = 3 AND `status` = 1 LIMIT 1 [ RunTime:0.000294s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] UPDATE `cmf_portal_post` SET `post_hits` = `post_hits` + 1 WHERE `id` = 59 [ RunTime:0.002239s ]
- [ SQL ] SHOW COLUMNS FROM `cmf_plugin` [ RunTime:0.001487s ]
- [ SQL ] SELECT `config` FROM `cmf_plugin` WHERE `name` = 'Smo' LIMIT 1 [ RunTime:0.000956s ]
- [ 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' => 3,
'filtered' => 33.333335876464844,
'extra' => 'Using where',
) ]
0.080548s
久久只精品99品6免费久,久久亚免费偷拍视频,麻豆国产AV尤物,久久久中文字幕网站
伊人婷婷色香五月综合缴缴情
|
亚洲欧美日韩综合蜜桃
|
日本高清一区免费中文视频
|
一区二区性爱视频大全
|
天堂网站一二三区在线看
|
亚洲视频中文在线
|