基本
文件
流程
错误
SQL
调试
- 请求信息 : 2025-05-03 00:46:48 HTTP/1.1 GET : http://backend.open1000y.com/portal/list/index/id/1.html?page=5
- 运行时间 : 0.048133s [ 吞吐率:20.78req/s ] 内存消耗:4,291.13kb 文件加载:101
- 查询信息 : 12 queries 4 writes
- 缓存信息 : 19 reads,0 writes
- [ LANG ] /var/www/html/new1000y.com/vendor/thinkphp/lang/zh-cn.php
- [ LANG ] /var/www/html/new1000y.com/app/portal//lang/zh-cn.php
- [ ROUTE ] array (
)
- [ HEADER ] array (
'host' => 'backend.open1000y.com',
'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' => '*/*',
'content-length' => '',
'content-type' => '',
)
- [ PARAM ] array (
'page' => '5',
'id' => '1',
)
- [ LANG ] /var/www/html/new1000y.com/vendor/thinkcmf/cmf/src/behavior/../lang/zh-cn.php
- [ LANG ] /var/www/html/new1000y.com/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn.php
- [ LANG ] /var/www/html/new1000y.com/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn/common.php
- [ LANG ] /var/www/html/new1000y.com/vendor/thinkcmf/cmf-app/src/user/lang/zh-cn.php
- [ LANG ] /var/www/html/new1000y.com/app/portal/lang/zh-cn/common.php
- [ LANG ] /var/www/html/new1000y.com/app/portal/lang/zh-cn/home.php
- [ DB ] INIT mysql
- [ VIEW ] /var/www/html/new1000y.com/public/themes/xiazhongdao/portal/list.html [ array (
0 => 'site_info',
1 => 'articles',
2 => 'page',
3 => 'category',
4 => 'theme_vars',
5 => 'theme_widgets',
) ]
- [ DB ] CONNECT:[ UseTime:0.000377s ] mysql:host=host.docker;port=3306;dbname=new1000y_com;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `cmf_portal_category` [ RunTime:0.000745s ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `id` = 1 AND `status` = 1 LIMIT 1 [ RunTime:0.000331s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => '1',
'extra' => '',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_portal_category_post` [ RunTime:0.000589s ]
- [ SQL ] SELECT COUNT(*) AS tp_count FROM `cmf_portal_category_post` `a` INNER JOIN `cmf_portal_category` `b` ON `a`.`category_id`=`b`.`id` INNER JOIN `cmf_portal_post` `c` ON `a`.`post_id`=`c`.`id` WHERE `c`.`post_status` = '1' AND `b`.`id` = '1' [ RunTime:0.000903s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'b',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => '1',
'extra' => 'Using index',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category_post` `a` INNER JOIN `cmf_portal_category` `b` ON `a`.`category_id`=`b`.`id` INNER JOIN `cmf_portal_post` `c` ON `a`.`post_id`=`c`.`id` WHERE `c`.`post_status` = '1' AND `b`.`id` = '1' ORDER BY `c`.`published_time` DESC LIMIT 60,15 [ RunTime:0.004099s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'b',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => '1',
'extra' => 'Using temporary; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_theme_file` [ RunTime:0.000613s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'xiazhongdao' AND `file` = 'portal/article' LIMIT 1 [ RunTime:0.000318s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => '11',
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'xiazhongdao' , `action` = 'portal/Article/index' , `file` = 'portal/article' , `name` = '文章页' , `more` = '{\"vars\":{\"hot_articles_category_id\":{\"title\":\"Hot Articles\\u5206\\u7c7bID\",\"value\":\"1\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]}}}' , `config_more` = '{\"vars\":{\"hot_articles_category_id\":{\"title\":\"Hot Articles\\u5206\\u7c7bID\",\"value\":\"1\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]}}}' , `description` = '文章页模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'xiazhongdao' AND `file` = 'portal/article' [ RunTime:0.000299s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'xiazhongdao' AND `file` = 'portal/list' LIMIT 1 [ RunTime:0.000278s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => '11',
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'xiazhongdao' , `action` = 'portal/List/index' , `file` = 'portal/list' , `name` = '文章列表页' , `more` = '{\"vars\":[],\"widgets\":{\"hottest_articles\":{\"title\":\"\\u70ed\\u95e8\\u6587\\u7ae0\",\"display\":\"1\",\"vars\":{\"hottest_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}},\"last_articles\":{\"title\":\"\\u6700\\u65b0\\u53d1\\u5e03\",\"display\":\"1\",\"vars\":{\"last_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `config_more` = '{\"vars\":[],\"widgets\":{\"hottest_articles\":{\"title\":\"\\u70ed\\u95e8\\u6587\\u7ae0\",\"display\":\"1\",\"vars\":{\"hottest_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}},\"last_articles\":{\"title\":\"\\u6700\\u65b0\\u53d1\\u5e03\",\"display\":\"1\",\"vars\":{\"last_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `description` = '文章列表模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'xiazhongdao' AND `file` = 'portal/list' [ RunTime:0.000293s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'xiazhongdao' AND `file` = 'portal/page' LIMIT 1 [ RunTime:0.000267s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => '11',
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'xiazhongdao' , `action` = 'portal/page/index' , `file` = 'portal/page' , `name` = '单页' , `more` = '{\"vars\":{\"hot_articles_category_id\":{\"title\":\"Hot Articles\\u5206\\u7c7bID\",\"value\":\"1\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]}}}' , `config_more` = '{\"vars\":{\"hot_articles_category_id\":{\"title\":\"Hot Articles\\u5206\\u7c7bID\",\"value\":\"1\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]}}}' , `description` = '单页模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'xiazhongdao' AND `file` = 'portal/page' [ RunTime:0.000277s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'xiazhongdao' [ RunTime:0.000260s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => '11',
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_theme` [ RunTime:0.000655s ]
- [ SQL ] UPDATE `cmf_theme` SET `name` = 'xiazhongdao' , `version` = '1.0.0' , `demo_url` = 'http://localhost' , `author` = 'xinhuaduo' , `lang` = 'zh-cn' , `author_url` = 'http://localhost' , `keywords` = '侠众道' , `description` = '侠众道' WHERE `theme` = 'xiazhongdao' [ RunTime:0.000250s ]
- [ SQL ] SELECT `more` FROM `cmf_theme_file` WHERE `theme` = 'xiazhongdao' AND ( `is_public` = 1 OR `file` = 'portal/list' ) [ RunTime:0.000259s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => '11',
'extra' => 'Using where',
) ]

0.052099s