首先设置打开调试模式
"SHOW_PAGE_TRACE" =>true;
define("APP_DEBUG", true);
- 请求信息 : 2017-01-26 14:54:31 HTTP/1.1 GET : /shop/index.php
- 运行时间 : 0.0236s ( Load:0.0167s Init:0.0019s Exec:0.0008s Template:0.0041s )
- 吞吐率 : 42.37req/s
- 内存开销 : 1,136.36 kb
- 查询信息 : 0 queries 0 writes
- 文件加载 : 25
- 缓存信息 : 0 gets 0 writes
- 配置加载 : 126
- 会话信息 : SESSION_ID=2khjvvugndp46ejk2hkru9d8a0
求信息 : 2017-01-26 14:55:32 HTTP/1.1 GET : /shop/index.php
- 运行时间 : 0.0167s ( Load:0.0132s Init:0.0013s Exec:0.0007s Template:0.0015s )
- 吞吐率 : 59.88req/s
- 内存开销 : 1,094.05 kb
- 查询信息 : 0 queries 0 writes
- 文件加载 : 8
- 缓存信息 : 0 gets 0 writes
- 配置加载 : 126
- 会话信息 : SESSION_ID=2khjvvugndp46ejk2hkru9d8a0
-
- C:\wamp\www\shop\index.php ( 0.09 KB )
- C:\wamp\www\ThinkPHP\ThinkPHP\ThinkPHP.php ( 5.77 KB )
- C:\wamp\www\ThinkPHP\ThinkPHP\Library\Think\Think.class.php ( 11.60 KB )
- C:\wamp\www\ThinkPHP\ThinkPHP\Library\Think\Storage.class.php ( 1.60 KB )
- C:\wamp\www\ThinkPHP\ThinkPHP\Library\Think\Storage\Driver\File.class.php ( 3.56 KB )
- C:\wamp\www\shop\Runtime\common~runtime.php ( 68.80 KB )
- C:\wamp\www\shop\Home\Controller\IndexController.class.php ( 0.65 KB )
- C:\wamp\www\shop\Runtime\Cache\Home\9885ecc411f90bec36756701bd64bb4a.php ( 0.48 KB )
0.0167s

一个 25个文件 一个8个文件
Runtime\common~runtime.php
thinkphp 开发模式
原文:http://www.cnblogs.com/chaochaophp/p/6351622.html