运行时间:0.0187 s at 2025-07-08 17:09:40 MVC_Ver:v5.3.2
1. public/index.php(0.22 KB)
2. lib/bootstrap.php(2.18 KB)
3. lib/autoload.php(0.52 KB)
4. lib/helper.php(18.16 KB)
5. app/common.php(30.41 KB)
6. lib/core/App.php(5.08 KB)
7. lib/core/Single.php(0.64 KB)
8. lib/core/Config.php(2.66 KB)
9. lib/core/Tool.php(6.57 KB)
10. app/index/common.php(5.17 KB)
11. lib/core/Error.php(3.37 KB)
12. lib/core/Middleware.php(3.10 KB)
13. middleware/Boot.php(0.75 KB)
14. lib/core/Response.php(3.73 KB)
15. lib/core/Route.php(9.08 KB)
16. lib/core/Rewrite.php(2.30 KB)
17. route/index.php(0.02 KB)
18. lib/core/View.php(4.26 KB)
19. lib/core/Request.php(1.68 KB)
20. lib/core/Cookie.php(2.45 KB)
21. app/index/controller/Index.php(11.42 KB)
22. lib/core/Jump.php(2.39 KB)
23. lib/core/Session.php(0.68 KB)
24. lib/core/session/File.php(0.93 KB)
25. lib/core/session/Base.php(3.41 KB)
26. lib/core/Crypt.php(1.04 KB)
27. app/common/widget/Cate.php(4.17 KB)
28. lib/core/Widget.php(1.14 KB)
29. lib/core/Cache.php(0.75 KB)
30. lib/core/cache/File.php(2.31 KB)
31. lib/core/cache/Base.php(0.88 KB)
32. lib/core/Db.php(0.70 KB)
33. lib/core/db/Query.php(24.38 KB)
34. lib/core/db/Connection.php(7.28 KB)
35. lib/core/db/Builder.php(16.76 KB)
36. lib/core/DebugBar.php(7.17 KB)
1. SELECT `id`,`title`,`sign`,`tpl`,`baimg`,`type`,`link`,`target`,`banner`,`subtitle`,`summary`,`content`,`html_code`,`update_time`,`pid`,`is_parent`,`level`,`model_id`,`model_table`,`seo_title`,`seo_kw`,`seo_desc` FROM `mvc_cate` WHERE `sign` = 'product' AND status=1 LIMIT 1
2. SELECT `id`,`title`,`sign`,`baimg`,`tpl`,`type`,`link`,`target`,`banner`,`subtitle`,`summary`,`content`,`html_code`,`update_time`,`pid`,`is_parent`,`level`,`model_id`,`model_table`,`seo_title`,`seo_kw`,`seo_desc` FROM `mvc_cate` WHERE is_show=1 AND status=1 ORDER BY `sort` ASC,`id` ASC
3. SHOW COLUMNS FROM `mvc_goods`
4. SELECT COUNT(*) AS mvc_count FROM `mvc_goods` WHERE `channel` = '' AND status=1 LIMIT 1
5. SELECT * FROM `mvc_goods` WHERE `channel` = '' AND status=1 ORDER BY `sort` ASC,`id` DESC LIMIT 0,30