基本
文件
流程
错误
SQL
调试
- 请求信息 : 2025-11-12 21:10:34 HTTP/2.0 GET : ftaef.com/portal/help/index/id/2.html
- 运行时间 : 0.114100s [ 吞吐率:8.76req/s ] 内存消耗:4,760.33kb 文件加载:165
- 查询信息 : 33 queries 2 writes
- 缓存信息 : 1 reads,0 writes
- 配置加载 : 71
- 会话信息 : SESSION_ID=1s8h1ur5poo8lob1kpav1cpvfu
- [ CACHE ] INIT File
- [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.002868s ]
- [ LANG ] /www/wwwroot/ftaef.com/sys/simplewind/thinkphp/lang/zh-cn.php
- [ ROUTE ] array (
'type' => 'module',
'module' =>
array (
0 => 'portal',
1 => 'help',
2 => 'index',
),
)
- [ HEADER ] array (
'accept-encoding' => 'gzip, br, zstd, deflate',
'user-agent' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'accept' => '*/*',
'host' => 'ftaef.com',
'content-length' => '',
'content-type' => '',
)
- [ PARAM ] array (
'id' => '2',
)
- [ LANG ] /www/wwwroot/ftaef.com/sys/simplewind/cmf/behavior/../lang/zh-cn.php
- [ LANG ] /www/wwwroot/ftaef.com/sys/app/admin/lang/zh-cn/common.php
- [ LANG ] /www/wwwroot/ftaef.com/sys/app/portal/lang/zh-cn/common.php
- [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.001331s ]
- [ LANG ] /www/wwwroot/ftaef.com/sys/app/portal/lang/zh-cn.php
- [ BEHAVIOR ] Run cmf\behavior\InitAppHookBehavior @module_init [ RunTime:0.000332s ]
- [ LANG ] /www/wwwroot/ftaef.com/sys/app/portal/lang/zh-cn/home.php
- [ BEHAVIOR ] Run cmf\behavior\HomeLangBehavior @home_init [ RunTime:0.000671s ]
- [ SESSION ] INIT array (
'id' => '',
'expire' => 18000,
'var_session_id' => '',
'prefix' => 'think',
'type' => '',
'auto_start' => true,
)
- [ DB ] INIT mysql
- [ RUN ] app\portal\controller\HelpController->index[ /www/wwwroot/ftaef.com/sys/app/portal/controller/HelpController.php ]
- [ VIEW ] /www/wwwroot/ftaef.com/themes/simpleboot3/portal/help/index.html [ array (
0 => 'site_info',
1 => 'act',
2 => 'online_count',
3 => 'count',
4 => 'counttie',
5 => 'action',
6 => 'caozuo',
7 => 'module',
8 => 'notice_list',
9 => 'category_list',
10 => 'count_cate',
11 => 'child_cate',
12 => 'count_child_count',
13 => 'cate_name',
14 => 'cateid',
15 => 'recommend_goods_list',
16 => 'pai_list',
17 => 'shop_list',
18 => 'tong_count',
19 => 'base_user',
20 => 'read_count',
21 => 'parent_id',
22 => 'nengliang',
23 => 'data',
24 => 'theme_vars',
25 => 'theme_widgets',
) ]
- [ DB ] CONNECT:[ UseTime:0.000429s ] mysql:host=127.0.0.1;port=3306;dbname=ftaef;charset=utf8
- [ SQL ] SHOW COLUMNS FROM `cmf_goods` [ RunTime:0.000616s ]
- [ SQL ] SELECT `goods_img`,`goods_name`,`shop_price`,`goods_id` FROM `cmf_goods` WHERE `is_recommend` = 1 AND `is_on_sale` = 1 AND `is_delete` = 0 ORDER BY `goods_id` DESC LIMIT 7 [ RunTime:0.000366s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_goods',
'partitions' => NULL,
'type' => 'index',
'possible_keys' => NULL,
'key' => 'PRIMARY',
'key_len' => '3',
'ref' => NULL,
'rows' => 7,
'filtered' => 0.7142857313156128,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_score_day` [ RunTime:0.000348s ]
- [ SQL ] SELECT `s`.*,`u`.`user_nickname` FROM `cmf_score_day` `s` LEFT JOIN `cmf_user` `u` ON `u`.`id`=`s`.`user_id` WHERE `s`.`add_time` = 1762876800 ORDER BY `s`.`score` DESC LIMIT 11 [ RunTime:0.000248s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 's',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 130,
'filtered' => 10.0,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_item_shops` [ RunTime:0.000355s ]
- [ SQL ] SELECT `id`,`title`,`picture`,`showtime`,`url` FROM `cmf_item_shops` WHERE `state` = 1 ORDER BY `showtime` DESC,`id` DESC LIMIT 8 [ RunTime:0.000232s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_item_shops',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 6,
'filtered' => 16.666667938232422,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_portal_category` [ RunTime:0.000389s ]
- [ SQL ] SELECT `name`,`id`,`isindex`,`is_top` FROM `cmf_portal_category` WHERE `parent_id` = 0 AND `delete_time` = 0 ORDER BY `list_order` ASC [ RunTime:0.000590s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 1002,
'filtered' => 1.0000001192092896,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT `name` FROM `cmf_portal_category` WHERE `id` = 1 LIMIT 1 [ RunTime:0.000174s ]
- [ 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 ] SELECT `name`,`id` FROM `cmf_portal_category` WHERE `status` = 1 AND `parent_id` = 1 AND `delete_time` = 0 ORDER BY `list_order` ASC,`id` ASC LIMIT 30 [ RunTime:0.000578s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 1002,
'filtered' => 0.10000000149011612,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT COUNT(*) AS tp_count FROM `cmf_portal_category` WHERE `parent_id` = 1 AND `delete_time` = 0 LIMIT 1 [ RunTime:0.000582s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 1002,
'filtered' => 1.0000001192092896,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_item_notice` [ RunTime:0.000374s ]
- [ SQL ] SELECT `id`,`title`,`picture` FROM `cmf_item_notice` WHERE `state` = 1 ORDER BY `showtime` DESC,`id` DESC LIMIT 3 [ RunTime:0.000191s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_item_notice',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 4,
'filtered' => 25.0,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_portal_post` [ RunTime:0.000471s ]
- [ SQL ] SELECT COUNT(*) AS tp_count FROM `cmf_portal_post` WHERE `delete_time` = 0 AND `user_id` = 0 LIMIT 1 [ RunTime:0.000206s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_post',
'partitions' => NULL,
'type' => 'ref',
'possible_keys' => 'user_id',
'key' => 'user_id',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_user` [ RunTime:0.000543s ]
- [ SQL ] SELECT * FROM `cmf_user` WHERE `user_type` = 2 AND `user_status` <> 0 [ RunTime:0.000486s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_user',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 62,
'filtered' => 9.0,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_item_nengliang` [ RunTime:0.000426s ]
- [ SQL ] SELECT `id`,`title` FROM `cmf_item_nengliang` WHERE `state` = 1 ORDER BY `showtime` DESC,`id` DESC LIMIT 5 [ RunTime:0.000253s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_item_nengliang',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 5,
'filtered' => 20.0,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_item_web` [ RunTime:0.000380s ]
- [ SQL ] SELECT * FROM `cmf_item_web` WHERE `id` = 2 LIMIT 1 [ RunTime:0.000192s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_item_web',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] UPDATE `cmf_item_web` SET `pv`=`pv`+1 WHERE `id` = 2 [ RunTime:0.002061s ]
- [ SQL ] SHOW COLUMNS FROM `cmf_theme_file` [ RunTime:0.000516s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' [ RunTime:0.000201s ]
- [ 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_theme` [ RunTime:0.000412s ]
- [ SQL ] UPDATE `cmf_theme` SET `name`='simpleboot3',`version`='1.0.2',`demo_url`='http://demo.thinkcmf.com',`author`='ThinkCMF',`lang`='zh-cn',`author_url`='http://www.thinkcmf.com',`keywords`='ThinkCMF模板',`description`='ThinkCMF默认模板' WHERE `theme` = 'simpleboot3' [ RunTime:0.004209s ]
- [ SQL ] SELECT `more` FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' AND ( `is_public` = 1 OR `file` = 'portal/help/index' ) [ RunTime:0.000206s ]
- [ 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_option` [ RunTime:0.000339s ]
- [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'storage' LIMIT 1 [ RunTime:0.000150s ]
- [ 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_slide` [ RunTime:0.002829s ]
- [ SQL ] SELECT COUNT(*) AS tp_count FROM `cmf_slide` WHERE `id` = 1 AND `status` = 1 AND `delete_time` = 0 LIMIT 1 [ RunTime:0.000213s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_slide',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_slide_item` [ RunTime:0.000403s ]
- [ SQL ] SELECT * FROM `cmf_slide_item` WHERE `status` = 1 AND `slide_id` = 1 ORDER BY `list_order` ASC [ RunTime:0.000267s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_slide_item',
'partitions' => NULL,
'type' => 'ref',
'possible_keys' => 'slide_id',
'key' => 'slide_id',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'filtered' => 11.111111640930176,
'extra' => 'Using index condition; Using where; Using filesort',
) ]
- [ SQL ] SELECT COUNT(*) AS tp_count FROM `cmf_slide` WHERE `id` = 5 AND `status` = 1 AND `delete_time` = 0 LIMIT 1 [ RunTime:0.000241s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_slide',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `cmf_slide_item` WHERE `status` = 1 AND `slide_id` = 5 ORDER BY `list_order` ASC [ RunTime:0.000276s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_slide_item',
'partitions' => NULL,
'type' => 'ref',
'possible_keys' => 'slide_id',
'key' => 'slide_id',
'key_len' => '4',
'ref' => 'const',
'rows' => 6,
'filtered' => 11.111111640930176,
'extra' => 'Using index condition; Using where; Using filesort',
) ]

0.125674s