基本
文件
流程
错误
SQL
调试
- 请求信息 : 2025-02-02 20:28:44 HTTP/2.0 GET : caigc.cn/portal/tagpostlist/index/tag/%E6%88%90%E5%8C%96.html
- 运行时间 : 5.553057s [ 吞吐率:0.18req/s ] 内存消耗:6,330.13kb 文件加载:199
- 查询信息 : 16 queries 0 writes
- 缓存信息 : 0 reads,0 writes
- 配置加载 : 67
- 会话信息 : SESSION_ID=qasr0dlu8plctbrpef8326ipk3
- [ CACHE ] INIT memcached
- [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.000896s ]
- [ LANG ] /www/wwwroot/caigc.cn/simplewind/thinkphp/lang/zh-cn.php
- [ ROUTE ] array (
'type' => 'module',
'module' =>
array (
0 => 'portal',
1 => 'tagpostlist',
2 => 'index',
),
)
- [ HEADER ] array (
'cookie' => 'PHPSESSID=qasr0dlu8plctbrpef8326ipk3',
'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' => 'caigc.cn',
'content-type' => '',
'content-length' => '',
)
- [ PARAM ] array (
'tag' => '成化',
)
- [ LANG ] /www/wwwroot/caigc.cn/simplewind/cmf/behavior/../lang/zh-cn.php
- [ LANG ] /www/wwwroot/caigc.cn/public/../app/admin/lang/zh-cn/common.php
- [ LANG ] /www/wwwroot/caigc.cn/public/../app/ai/lang/zh-cn/common.php
- [ LANG ] /www/wwwroot/caigc.cn/public/../app/order/lang/zh-cn/common.php
- [ LANG ] /www/wwwroot/caigc.cn/public/../app/portal/lang/zh-cn/common.php
- [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.001247s ]
- [ LANG ] /www/wwwroot/caigc.cn/public/../app/portal/lang/zh-cn.php
- [ BEHAVIOR ] Run cmf\behavior\InitAppHookBehavior @module_init [ RunTime:0.000209s ]
- [ DB ] INIT mysql
- [ LANG ] /www/wwwroot/caigc.cn/public/../app/ai/lang/zh-cn/home.php
- [ LANG ] /www/wwwroot/caigc.cn/public/../app/order/lang/zh-cn/home.php
- [ LANG ] /www/wwwroot/caigc.cn/public/../app/portal/lang/zh-cn/home.php
- [ BEHAVIOR ] Run cmf\behavior\HomeLangBehavior @home_init [ RunTime:0.000760s ]
- [ RUN ] app\portal\controller\TagpostlistController->index[ /www/wwwroot/caigc.cn/app/portal/controller/TagpostlistController.php ]
- [ VIEW ] /www/wwwroot/caigc.cn/public/themes/Acme/portal/tag_article_list.html [ array (
0 => 'site_info',
1 => 'tag',
2 => 'articles',
3 => 'theme_vars',
4 => 'theme_widgets',
) ]
- [ SESSION ] INIT array (
'id' => '',
'var_session_id' => '',
'prefix' => 'think',
'type' => '',
'auto_start' => true,
)
- [2]DOMDocument::loadHTML(): Unexpected end tag : p in Entity, line: 2[/www/wwwroot/caigc.cn/simplewind/vendor/electrolinux/phpquery/phpQuery/phpQuery/DOMDocumentWrapper.php:200]
- [2]DOMDocument::loadHTML(): Unexpected end tag : p in Entity, line: 2[/www/wwwroot/caigc.cn/simplewind/vendor/electrolinux/phpquery/phpQuery/phpQuery/DOMDocumentWrapper.php:200]
- [2]DOMDocument::loadHTML(): Unexpected end tag : p in Entity, line: 2[/www/wwwroot/caigc.cn/simplewind/vendor/electrolinux/phpquery/phpQuery/phpQuery/DOMDocumentWrapper.php:200]
- [2]DOMDocument::loadHTML(): Unexpected end tag : p in Entity, line: 2[/www/wwwroot/caigc.cn/simplewind/vendor/electrolinux/phpquery/phpQuery/phpQuery/DOMDocumentWrapper.php:200]
- [ DB ] CONNECT:[ UseTime:0.022506s ] mysql:host=rm-uf6bj82tl6jioidb5co.mysql.rds.aliyuncs.com;port=3306;dbname=ysyk;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.010127s ]
- [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.008521s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_option',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'option_name',
'key' => 'option_name',
'key_len' => '258',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'site_info' LIMIT 1 [ RunTime:0.008396s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_option',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'option_name',
'key' => 'option_name',
'key_len' => '258',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_portal_post_tag` [ RunTime:0.056835s ]
- [ SQL ] SELECT `id` FROM `cmf_portal_post_tag` WHERE `tag` = '成化' LIMIT 1000 [ RunTime:4.844713s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_post_tag',
'partitions' => NULL,
'type' => 'index',
'possible_keys' => 'PRIMARY,post_id',
'key' => 'post_id',
'key_len' => '4',
'ref' => NULL,
'rows' => 2897091,
'filtered' => 9.999999046325684,
'extra' => 'Using where; Using index',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_portal_post` [ RunTime:0.017822s ]
- [ SQL ] SELECT * FROM `cmf_portal_post` WHERE `id` IN (364366,522029,107348,107349,364353,364354,495191,362819,484950,485186,486167,485200,499844,106047,106092,107061,107062,107386,107421,107949,362052,485554,27875,106096,106360,107080,107081,107789,108259,110982,111512,362406,363123,475640,485816,27881,106051,106052,106053,106054,107553,109768,110694,111091,111558,361625,485264,485924,106327,107602,110074,110690,111987,361827,363738,364350,364351,473524,484879,106060,106061,106087,106351,106352,108987,109186,109762,109763,109861,110691,110938,110951,111039,111285,111423,111751,361845,449509,468833,485111,519960,23402,105815,105816,105817,105818,105819,105823,106010,106040,106065,106066,106067,106068,106069,106083,106471,106536,107551,107664,108148,108639,108640,109117,109686,109857,110027,110490,110940,111006,111011,111046,111118,111125,111323,111561,111887,112142,356126,356256,356257,357591,357592,361755,361756,361757,361758,361861,363165,363166,363671,363715,363723,364576,451460,486036,504659,513671,519343,106005,106011,106014,106026,106028,106048,106062,106063,106064,106090,106091,106388,106389,106483,106591,106592,107066,108602,109046,109047,109873,109914,110206,110789,110838,110849,111016,111017,111047,111055,111946,111984,112194,112209,112219,141329,347424,355654,361768,361769,362002,362053,362054,362087,362088,362180,362650,363019,363225,363226,363244,364355,377279,485066,485146,485204,485350,486064,498478,501182,513350,27874,27879,27880,27884,27885,27886,27887,27888,27889,27890,27891,27892,38264,38287,106003,106007,106012,106013,106016,106017,106018,106020,106030,106033,106042,106055,106056,106070,106071,106072,106073,106074,106075,106088,106148,106166,106186,106526,106595,107070,107071,107072,107073,107074,107075,107076,107077,107078,107079,107287,107574,107575,107579,107682,107683,108201,108570,108636,108641,109684,110080,110367,110416,110693,110697,110781,110782,110818,110877,111010,111123,111295,111354,111374,111514,111623,111678,111780,111805,111811,111816,111889,111980,112197,140578,141328,141331,361766,361767,361823,361841,361843,361851,361952,362034,362040,362041,362042,362045,362090,362308,362310,362802,363016,363081,363083,363717,363771,364352,364356,364575,364653,364654,364664,454414,484735,485005,485031,485355,485358,485360,485488,485512,486277,499165,502751,509806,6715,24542,26837,27098,27869,27870,27871,27872,27873,42135,106034,106035,106036,106037,106038,106039,106076,106077,106078,106079,106080,106093,106094,106095,106450,106540,107552,107554,107576,107577,107596,109803,109804,109961,110496,110700,110928,111144,111294,361826,361842,361844,361847,362033,362061,362062,362064,362077,362081,362086,362092,362095,362176,362741,362742,362744,362782,362866,363133,363227,363446,363635,364158,364357,364358,364359,364360,364361,364363,364364,364365,364485,364486,364647,364648,364649,364650,364651,484700,484701,484869,485466,486124,506942,520720,6446,6526,6689,24154,24155,24156,24157,24158,24159,34883,34884,41449,50228,106004,106006,106008,106009,106015,106019,106021,106022,106023,106024,106025,106027,106029,106031,106032,106044,106057,106058,106059,106086,106353,106354,106429,106433,106492,107053,107054,107055,107056,107057,107058,107059,107060,107063,107064,107067,107068,107069,107363,107364,107377,107384,107385,107544,107578,107607,107621,107663,109828,110047,110381,110382,110481,110482,110545,111012,111045,111188,111366,111538,111707,111708,111901,111942,111966,112032,112033,112101,112120,361628,361822,361824,361825,361834,361835,361846,361850,361901,361902,361903,361904,361943,361944,361951,361953,361954,361956,361989,361990,362029,362030,362031,362032,362035,362036,362037,362038,362039,362043,362044,362046,362047,362048,362049,362050,362051,362055,362056,362057,362058,362060,362063,362065,362066,362067,362068,362069,362070,362071,362072,362073,362074,362075,362076,362078,362079,362080,362082,362083,362084,362085,362089,362091,362093,362094,362309,362311,362312,362351,362407,362408,362409,362646,362713,362803,362804,362815,362914,363223,363224,363228,363229,363242,363243,363434,363552,363634,363670,363695,363716,363720,363721,363722,363734,363735,363736,363737,363739,363740,363747,364661,364662,471833,484257,484753,484795,484799,484884,484908,484918,485172,485331,485445,485662,485685,485975,486217,486241,486254,0) AND `delete_time` = 0 [ RunTime:0.087718s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_post',
'partitions' => NULL,
'type' => 'range',
'possible_keys' => 'PRIMARY,delete_time,id',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => NULL,
'rows' => 615,
'filtered' => 7.142856597900391,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'storage' LIMIT 1 [ RunTime:0.048613s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_option',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'option_name',
'key' => 'option_name',
'key_len' => '258',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_plugin` [ RunTime:0.013370s ]
- [ SQL ] SELECT `config` FROM `cmf_plugin` WHERE `name` = 'Cos' LIMIT 1 [ RunTime:0.008415s ]
- [ 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' => 19,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_theme_file` [ RunTime:0.012057s ]
- [ SQL ] SELECT `more` FROM `cmf_theme_file` WHERE `theme` = 'Acme' AND ( `is_public` = 1 OR `file` = 'portal/tag_article_list' ) [ RunTime:0.010069s ]
- [ 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' => 37,
'filtered' => 2.702702760696411,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_nav` [ RunTime:0.012221s ]
- [ SQL ] SELECT `id` FROM `cmf_nav` WHERE `is_main` = 1 LIMIT 1 [ RunTime:0.009168s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_nav',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 3,
'filtered' => 33.333335876464844,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_nav_menu` [ RunTime:0.010728s ]
- [ SQL ] SELECT * FROM `cmf_nav_menu` WHERE `nav_id` = 1 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.036808s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_nav_menu',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 13,
'filtered' => 7.692307472229004,
'extra' => 'Using where; Using filesort',
) ]
5.560843s