Kohana v3 应用程序执行时间
您好,我正在使用 Kohana v3 分析器,我注意到底部的应用程序执行时间。我真的不知道这是什么。
这是 kohana 运行控制器和 php 代码需要多长时间,还是我的网页加载所需的总时间?
Hi I am using the Kohana v3 profiler and I notice the application execution time at the bottom. I don't really know what this is.
Is this how long it takes kohana to run through controller and php code or is it the total time it took my webpage to load?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它是一种分析功能,可以告诉您您的 php 代码/页面在浏览器上呈现所花费的总时间。
更多信息:
It is profiling feature that tells you total time your php code/page took to render on the browser.
More Info: