我只是在寻找适用于 Windows 的免费软件,它可以多次访问我的页面并给我平均加载时间(如果可能的话,还有内存消耗)。我需要这个,因为我正在发布我的项目的新版本,并且想弄清楚加载时间是如何减少的。
问问题
46 次
3 回答
1
除非内存消耗,Apache 的“ ab ”应该可以解决问题。ab
然后,您可以在服务器运行时监控内存消耗。
于 2013-06-09T07:43:46.973 回答
0
You could add PHP Debug to your project, to run only on non-live environments (or for selected live users). This allows you to add debug statements to see where the bottleneck is for each page - initialisation, big queries, CPU-intensive tasks, etc. They are visible in a nice JavaScript debug toobar that floats on the top-right of your page.
I believe this is a stand-alone fork of that widget from symfony 1.
于 2013-06-09T08:44:13.980 回答
0
你可以使用 apache benchmark (ab) ut 应该包含在 xampp
于 2013-06-09T07:43:39.500 回答