基本
文件
流程
错误
SQL
调试
- 请求信息 : 2026-03-02 20:31:03 HTTP/1.1 GET : https://senhech.com/home/product/details/lang/cn/id/61.html
- 运行时间 : 0.042543s [ 吞吐率:23.51req/s ] 内存消耗:1,197.03kb 文件加载:111
- 查询信息 : 21 queries 1 writes
- 缓存信息 : 6 reads,0 writes
- 会话信息 : SESSION_ID=hr95ilptlnmc144n0obcjc6n4b
- [ LANG ] /home/wwwroot/senhech/wwwroot/vendor/thinkphp/lang/zh-cn.php
- [ DB ] INIT mysql
- [ ROUTE ] array (
)
- [ HEADER ] array (
'user-agent' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'accept' => '*/*',
'x-forwarded-proto' => 'https',
'accept-encoding' => 'gzip',
'ssl-flag' => 'SSL',
'from-https' => 'on',
'connection' => 'close',
'host' => 'senhech.com',
'x-real-ip' => '211.149.251.122',
'x-forwarded-for' => '216.73.216.218',
)
- [ PARAM ] array (
'lang' => 'cn',
'id' => '61',
)
- [ LANG ] /home/wwwroot/senhech/wwwroot/vendor/thinkcmf/cmf/src/behavior/../lang/zh-cn.php
- [ LANG ] /home/wwwroot/senhech/wwwroot/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn.php
- [ LANG ] /home/wwwroot/senhech/wwwroot/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn/common.php
- [ LANG ] /home/wwwroot/senhech/wwwroot/vendor/thinkcmf/cmf-app/src/user/lang/zh-cn.php
- [ VIEW ] /home/wwwroot/senhech/wwwroot/public/themes/default/home/product/details.html [ array (
0 => 'site_info',
1 => 'is_lang',
2 => 'lang_arr',
3 => 'lang_default',
4 => 'lang_current',
5 => 'site_config',
6 => 'contro',
7 => 'url',
8 => 'bottom_cate',
9 => 'top_cate',
10 => 'cn_link',
11 => 'en_link',
12 => 'c',
13 => 'crumbs',
14 => 'product_category_list',
15 => 'tpl',
16 => 'product_category',
17 => 'post',
18 => 'param',
19 => 'prev',
20 => 'next',
21 => 'cid',
22 => 'nav',
23 => 'theme_vars',
24 => 'theme_widgets',
) ]
- [ DB ] CONNECT:[ UseTime:0.000387s ] mysql:host=localhost;port=3306;dbname=senhech;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `cmf_hook` [ RunTime:0.000614s ]
- [ SQL ] SELECT `hook` FROM `cmf_hook` WHERE `type` = 1 OR ( `type` = 3 AND ( `app` = '' or `app` = 'cmf' ) ) [ RunTime:0.000173s ]
- [ 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.000608s ]
- [ 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.000257s ]
- [ 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_home_config` [ RunTime:0.000664s ]
- [ SQL ] SELECT * FROM `cmf_home_config` WHERE `language` = 'cn' AND `status` > 0 AND `delete_time` = 0 ORDER BY `create_time` DESC [ RunTime:0.000214s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_home_config',
'partitions' => NULL,
'type' => 'ref',
'possible_keys' => 'language',
'key' => 'language',
'key_len' => '82',
'ref' => 'const',
'rows' => 16,
'filtered' => 3.3330001831054688,
'extra' => 'Using index condition; Using where; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.000579s ]
- [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'storage' LIMIT 1 [ RunTime:0.000140s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => NULL,
'partitions' => NULL,
'type' => NULL,
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => NULL,
'filtered' => NULL,
'extra' => 'no matching row in const table',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_home_category` [ RunTime:0.000924s ]
- [ SQL ] SELECT `hce`.*,`hc`.* FROM `cmf_home_category` `hc` INNER JOIN `cmf_home_category_extend` `hce` ON `hce`.`tid`=`hc`.`id` WHERE `hce`.`language` = 'cn' AND `hc`.`delete_time` = 0 AND `hc`.`status` > 0 AND `hc`.`list_tpl` = 'nav' ORDER BY `hc`.`list_order` ASC,`hc`.`create_time` DESC [ RunTime:0.000383s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hc',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 49,
'filtered' => 2.040816307067871,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT `hce`.*,`hc`.* FROM `cmf_home_category` `hc` INNER JOIN `cmf_home_category_extend` `hce` ON `hce`.`tid`=`hc`.`id` WHERE `hce`.`language` = 'cn' AND `hc`.`delete_time` = 0 AND `hc`.`status` > 0 AND `hc`.`list_tpl` = 'footer' ORDER BY `hc`.`list_order` ASC,`hc`.`create_time` DESC [ RunTime:0.000379s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hc',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 49,
'filtered' => 2.040816307067871,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT `hce`.*,`hc`.* FROM `cmf_home_category` `hc` INNER JOIN `cmf_home_category_extend` `hce` ON `hce`.`tid`=`hc`.`id` WHERE `hce`.`language` = 'cn' AND `hc`.`delete_time` = 0 AND `hc`.`status` > 0 AND `hc`.`list_tpl` = 'product' ORDER BY `hc`.`id` ASC,`hc`.`create_time` DESC [ RunTime:0.000367s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hc',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 49,
'filtered' => 2.040816307067871,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_home_product_extend` [ RunTime:0.000964s ]
- [ SQL ] SELECT `hp`.*,`hpe`.* FROM `cmf_home_product_extend` `hpe` INNER JOIN `cmf_home_product` `hp` ON `hpe`.`aid`=`hp`.`id` WHERE `hpe`.`aid` = 61 AND `hp`.`delete_time` = 0 AND `hpe`.`language` = 'cn' AND `hp`.`post_status` > 0 LIMIT 1 [ RunTime:0.000589s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hpe',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'aid,language',
'key' => 'aid',
'key_len' => '90',
'ref' => 'const,const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_home_category_extend` [ RunTime:0.001141s ]
- [ SQL ] SELECT `name` FROM `cmf_home_category_extend` WHERE `tid` = 35 AND `language` = 'cn' LIMIT 1 [ RunTime:0.000230s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_home_category_extend',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'tid_2,tid,language',
'key' => 'tid_2',
'key_len' => '90',
'ref' => 'const,const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `hce`.*,`hc`.* FROM `cmf_home_category` `hc` INNER JOIN `cmf_home_category_extend` `hce` ON `hce`.`tid`=`hc`.`id` WHERE `hce`.`language` = 'cn' AND `hc`.`delete_time` = 0 AND `hc`.`status` > 0 AND `hc`.`list_tpl` = 'product' ORDER BY `hc`.`id` ASC,`hc`.`create_time` DESC [ RunTime:0.000333s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hc',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 49,
'filtered' => 2.040816307067871,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT `hpe`.*,`hp`.* FROM `cmf_home_product_extend` `hpe` INNER JOIN `cmf_home_product` `hp` ON `hpe`.`aid`=`hp`.`id` WHERE `hp`.`delete_time` = 0 AND `hp`.`id` <> 61 AND `hp`.`categories` = '35' AND `hpe`.`language` = 'cn' AND `hp`.`published_time` >= 1736480643 AND `hp`.`post_status` > 0 ORDER BY `hp`.`published_time` ASC LIMIT 1 [ RunTime:0.001062s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hp',
'partitions' => NULL,
'type' => 'range',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => NULL,
'rows' => 285,
'filtered' => 0.3496503531932831,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT `hpe`.*,`hp`.* FROM `cmf_home_product_extend` `hpe` INNER JOIN `cmf_home_product` `hp` ON `hpe`.`aid`=`hp`.`id` WHERE `hp`.`delete_time` = 0 AND `hp`.`id` <> 61 AND `hp`.`categories` = '35' AND `hpe`.`language` = 'cn' AND `hp`.`published_time` <= 1736480643 AND `hp`.`post_status` > 0 ORDER BY `hp`.`published_time` DESC LIMIT 1 [ RunTime:0.000940s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hp',
'partitions' => NULL,
'type' => 'range',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => NULL,
'rows' => 285,
'filtered' => 0.3496503531932831,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] UPDATE `cmf_home_product_extend` SET `post_hits` = `post_hits` + 1 WHERE `id` = 61 [ RunTime:0.002371s ]
- [ SQL ] SHOW COLUMNS FROM `cmf_theme_file` [ RunTime:0.000813s ]
- [ SQL ] SELECT `more` FROM `cmf_theme_file` WHERE `theme` = 'default' AND ( `is_public` = 1 OR `file` = 'home/product/details' ) [ RunTime:0.000503s ]
- [ 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.043882s