基本
文件(26)
SQL(4)
GET(1)
错误(0)
- 主机信息:nginx/1.22.1 PHP版本:8.1.13
- 请求信息:HTTP/1.1 GET:http://shoploop.vip
- 路由参数:index/categories/detail?id=32140
- 内存开销:841.91 KB 清除缓存
- 调试统计:文件_26(129.74 KB) | SQL: 4 | GET: 1
- 运行时间:0.0092 s at 2025-09-07 09:46:38 APHPv5.3.7
- 1. public/index.php(0.54 KB)
- 2. aphp/bootstrap.php(2.76 KB)
- 3. aphp/autoload.php(0.84 KB)
- 4. aphp/helper.php(18.42 KB)
- 5. app/common.php(0.05 KB)
- 6. aphp/core/App.php(5.83 KB)
- 7. aphp/core/Single.php(0.96 KB)
- 8. aphp/core/Config.php(2.99 KB)
- 9. aphp/core/Tool.php(6.90 KB)
- 10. aphp/core/Error.php(4.50 KB)
- 11. aphp/core/Middleware.php(3.43 KB)
- 12. middleware/Boot.php(1.02 KB)
- 13. aphp/core/Response.php(4.06 KB)
- 14. aphp/core/Route.php(9.04 KB)
- 15. aphp/core/Rewrite.php(2.65 KB)
- 16. route/index.php(0.56 KB)
- 17. app/index/controller/Categories.php(1.60 KB)
- 18. aphp/core/Request.php(2.01 KB)
- 19. aphp/core/Db.php(1.02 KB)
- 20. aphp/core/db/Query.php(24.71 KB)
- 21. aphp/core/db/Connection.php(7.61 KB)
- 22. aphp/core/Cache.php(1.08 KB)
- 23. aphp/core/cache/File.php(2.64 KB)
- 24. aphp/core/cache/Base.php(1.20 KB)
- 25. aphp/core/db/Builder.php(17.08 KB)
- 26. aphp/core/DebugBar.php(6.23 KB)
- 1. SELECT `id`,`title`,`keywords`,`description`,`thumb`,`price`,`content`,`pic_list`,`promotion_link`,`update_time` FROM `sl_items` WHERE `id` = 32140 LIMIT 1
- 2. SELECT id, title FROM `sl_items` WHERE id = (SELECT MAX(id) FROM `sl_items` WHERE id < 32140) or id = (select min(id) from sl_items where id > 32140)
- 3. SELECT t1.id,t1.title,t1.thumb,t1.price,t1.update_time FROM `sl_items` AS t1 JOIN (SELECT ROUND(RAND() * (SELECT MAX(id) FROM `sl_items`)) AS id) AS t2 WHERE t1.id >= t2.id ORDER BY t1.id ASC LIMIT 4
- 4. SELECT t.id, t.name FROM sl_tags_items ti INNER JOIN sl_tags t ON ti.tag_id = t.id WHERE ti.item_id = 32140;