基本
文件
流程
错误
SQL
调试
- 请求信息 : 2025-07-27 12:36:51 HTTP/2.0 GET : /c_49.html?p=3
- 运行时间 : 0.0412s ( Load:0.0046s Init:0.0006s Exec:0.0301s Template:0.0059s )
- 吞吐率 : 24.27req/s
- 内存开销 : 2,326.57 kb
- 查询信息 : 6 queries 0 writes
- 文件加载 : 40
- 缓存信息 : 0 gets 0 writes
- 配置加载 : 132
- 会话信息 : SESSION_ID=j0n78pp6p2dqdd3gla8t5eidl5
- /www/wwwroot/blog/index.php ( 0.13 KB )
- /www/wwwroot/blog/ThinkPHP/ThinkPHP.php ( 4.71 KB )
- /www/wwwroot/blog/ThinkPHP/Library/Think/Think.class.php ( 12.32 KB )
- /www/wwwroot/blog/ThinkPHP/Library/Think/Storage.class.php ( 1.38 KB )
- /www/wwwroot/blog/ThinkPHP/Library/Think/Storage/Driver/File.class.php ( 3.56 KB )
- /www/wwwroot/blog/ThinkPHP/Mode/common.php ( 2.82 KB )
- /www/wwwroot/blog/ThinkPHP/Common/functions.php ( 52.71 KB )
- /www/wwwroot/blog/APP/Common/Common/function.php ( 1.05 KB )
- /www/wwwroot/blog/ThinkPHP/Library/Think/Hook.class.php ( 4.02 KB )
- /www/wwwroot/blog/ThinkPHP/Library/Think/App.class.php ( 12.44 KB )
- /www/wwwroot/blog/ThinkPHP/Library/Think/Dispatcher.class.php ( 15.15 KB )
- /www/wwwroot/blog/ThinkPHP/Library/Think/Route.class.php ( 13.38 KB )
- /www/wwwroot/blog/ThinkPHP/Library/Think/Controller.class.php ( 10.95 KB )
- /www/wwwroot/blog/ThinkPHP/Library/Think/View.class.php ( 7.96 KB )
- /www/wwwroot/blog/ThinkPHP/Library/Behavior/BuildLiteBehavior.class.php ( 3.69 KB )
- /www/wwwroot/blog/ThinkPHP/Library/Behavior/ParseTemplateBehavior.class.php ( 3.89 KB )
- /www/wwwroot/blog/ThinkPHP/Library/Behavior/ContentReplaceBehavior.class.php ( 1.93 KB )
- /www/wwwroot/blog/ThinkPHP/Conf/convention.php ( 11.21 KB )
- /www/wwwroot/blog/APP/Common/Conf/config.php ( 1.08 KB )
- /www/wwwroot/blog/ThinkPHP/Lang/zh-cn.php ( 2.57 KB )
- /www/wwwroot/blog/ThinkPHP/Library/Think/Log.class.php ( 3.97 KB )
- /www/wwwroot/blog/ThinkPHP/Conf/debug.php ( 1.51 KB )
- /www/wwwroot/blog/APP/Home/Conf/config.php ( 0.51 KB )
- /www/wwwroot/blog/ThinkPHP/Library/Behavior/ReadHtmlCacheBehavior.class.php ( 5.62 KB )
- /www/wwwroot/blog/APP/Home/Controller/ListController.class.php ( 0.86 KB )
- /www/wwwroot/blog/ThinkPHP/Library/Think/Model.class.php ( 67.27 KB )
- /www/wwwroot/blog/ThinkPHP/Library/Think/Db.class.php ( 5.70 KB )
- /www/wwwroot/blog/ThinkPHP/Library/Think/Db/Driver/Mysql.class.php ( 8.73 KB )
- /www/wwwroot/blog/ThinkPHP/Library/Think/Db/Driver.class.php ( 41.60 KB )
- /www/wwwroot/blog/APP/Classlib/CategoryTree.class.php ( 1.60 KB )
- /www/wwwroot/blog/ThinkPHP/Library/Think/Page.class.php ( 5.98 KB )
- /www/wwwroot/blog/APP/Home/Model/BlogViewModel.class.php ( 0.52 KB )
- /www/wwwroot/blog/ThinkPHP/Library/Think/Model/ViewModel.class.php ( 9.58 KB )
- /www/wwwroot/blog/ThinkPHP/Library/Think/Template.class.php ( 28.35 KB )
- /www/wwwroot/blog/APP/Home/TagLib/My.class.php ( 0.66 KB )
- /www/wwwroot/blog/ThinkPHP/Library/Think/Template/TagLib.class.php ( 9.19 KB )
- /www/wwwroot/blog/ThinkPHP/Library/Think/Template/TagLib/Cx.class.php ( 22.62 KB )
- /www/wwwroot/blog/APP/Runtime/Cache/Home/9aecc4ace6e58d1609a44e5c5a2bcc59.php ( 8.92 KB )
- /www/wwwroot/blog/ThinkPHP/Library/Behavior/WriteHtmlCacheBehavior.class.php ( 1.43 KB )
- /www/wwwroot/blog/ThinkPHP/Library/Behavior/ShowPageTraceBehavior.class.php ( 5.27 KB )
- [ app_begin ] --START--
- Run Behavior\ReadHtmlCacheBehavior [ RunTime:0.000187s ]
- [ app_begin ] --END-- [ RunTime:0.000206s ]
- [ view_parse ] --START--
- [ template_filter ] --START--
- Run Behavior\ContentReplaceBehavior [ RunTime:0.000040s ]
- [ template_filter ] --END-- [ RunTime:0.000062s ]
- Run Behavior\ParseTemplateBehavior [ RunTime:0.005233s ]
- [ view_parse ] --END-- [ RunTime:0.005258s ]
- [ view_filter ] --START--
- Run Behavior\WriteHtmlCacheBehavior [ RunTime:0.000074s ]
- [ view_filter ] --END-- [ RunTime:0.000088s ]
- [ app_end ] --START--
- SHOW COLUMNS FROM `blog_cat` [ RunTime:0.0003s ]
- SELECT * FROM `blog_cat` WHERE `id` = 49 LIMIT 1 [ RunTime:0.0002s ]
- SELECT * FROM `blog_cat` ORDER BY sort [ RunTime:0.0005s ]
- SHOW COLUMNS FROM `blog_content` [ RunTime:0.0003s ]
- SELECT COUNT(*) AS tp_count FROM `blog_content` WHERE `cid` IN ('52','51','350','50','319','320',49) LIMIT 1 [ RunTime:0.0104s ]
- SELECT content.id AS id,content.title AS title,content.time AS time,content.click AS click,content.summary AS summary,content.cid AS cid,cat.name AS name FROM blog_content content LEFT JOIN blog_cat cat ON content.cid = cat.id WHERE content.cid IN ('52','51','350','50','319','320',49) ORDER BY content.time DESC LIMIT 30,15 [ RunTime:0.0126s ]

0.0412s
