什么是用于对网页/网站进行性能测试的好工具或网站?

时间:2022-09-06 18:46:49

What is a good tool or site to use to performance test a web page/site? I am trying to find a good baseline to detect how fast my page will load on one hosting provider vs another. I initially used http://www.freespeedtest.com/ but like to get opinions and links for others.

什么是用于对网页/网站进行性能测试的好工具或网站?我试图找到一个很好的基线来检测我的页面加载到一个托管提供商与另一个托管提供商的速度。我最初使用http://www.freespeedtest.com/但喜欢为别人获取意见和链接。

7 个解决方案

#1


7  

I use Firefox with the FireBug and YSlow plugins installed.

我使用Firefox安装了FireBug和YSlow插件。

#2


3  

I use this to measure a page's size and number of HTTP requests required: http://www.websiteoptimization.com/services/analyze/

我使用它来测量页面的大小和所需的HTTP请求数量:http://www.websiteoptimization.com/services/analyze/

I use Pingdom to measure my website's average response time.

我使用Pingdom来衡量我网站的平均响应时间。

#3


3  

For simple basic testing, use ab (ApacheBench) or httperf.

对于简单的基本测试,请使用ab(ApacheBench)或httperf。

Pingdom is very useful for initial analysis of a particular page and measurement of site response. However, this is not a load test tool.

Pingdom对于特定页面的初始分析和站点响应的测量非常有用。但是,这不是负载测试工具。

For that you have to go to the commercial tools. Here are some options:

为此你必须去商业工具。以下是一些选项:

  1. Keynote
  2. Gomez strong text
  3. 戈麦斯强文

  4. Loadrunner

I also checked out Load Impact recently and it seemed like a good basic tool.

我最近也检查了Load Impact,它似乎是一个很好的基本工具。

Lastly, here's a fairly comprehensive list of options. http://www.softwareqatest.com/qatweb1.html#LOAD

最后,这是一个相当全面的选项列表。 http://www.softwareqatest.com/qatweb1.html#LOAD

#4


2  

Here are a few that I use:

以下是我使用的一些内容:

http://www.linkvendor.com/seo-tools/speedtester.html (This one is pretty detailed)

http://www.linkvendor.com/seo-tools/speedtester.html(这个非常详细)

http://www.vertain.com/?sst (Very fast and simple speed test)

http://www.vertain.com/?sst(非常快速和简单的速度测试)

http://www.iwebtool.com/speed_test (Another simple speed test)

http://www.iwebtool.com/speed_test(另一个简单的速度测试)

#5


1  

YSlow addin for Firefox is very good for helping you tune performance as is the NET tab of firebug.

用于Firefox的YSlow插件非常适合帮助您调整性能,就像firebug的NET选项卡一样。

#6


1  

Firebug with YSlow is a pretty common combination. Google also has PageTest which is another plugin which works with Firebug. It has a few different rules and such but is still pretty similar to YSlow. I like using both tools for initial testing since they can provide very simple and fast results.

使用YSlow的Firebug是一种非常常见的组合。谷歌也有PageTest,这是另一个与Firebug一起使用的插件。它有一些不同的规则,但仍然非常类似于YSlow。我喜欢使用这两种工具进行初始测试,因为它们可以提供非常简单和快速的结果。

Once you have started making optimizations and you want to see how performance is changing I would recommend using Pagetest. It provides a web interface for YSlow like performance results/analysis along with really nice waterfall charts to see where time is being spent. Perhaps the two most useful things about Pagetest are that 1) it allows you to easily perform multiple trials and 2) it gives clear results for cold and hot cache cases. I have found that multiple trials is the only real way to get realistic performance results, there is simply too much variance in single trials.

一旦开始进行优化并且想要了解性能如何变化,我建议使用Pagetest。它为YSlow提供了一个Web界面,如性能结果/分析,以及非常好的瀑布图,以查看花费的时间。也许关于Pagetest的两个最有用的东西是:1)它允许你轻松地执行多次试验; 2)它为冷和热缓存案例提供了清晰的结果。我发现多次试验是获得真实性能结果的唯一真正方法,单次试验中存在太多差异。

#7


1  

I tried all of these tools and finally came across the "Net Export" plugin for Firebug. Now I use the "NET" tab of Firebug to trace my site performance and I can export it to .har format to view later as an archive. I can use the .har archives as baselines and then take more firebug "persist" traces and then compare them visually later.

我尝试了所有这些工具,最后遇到了Firebug的“Net Export”插件。现在我使用Firebug的“NET”选项卡来跟踪我的网站性能,我可以将其导出为.har格式,以便稍后作为存档查看。我可以使用.har档案作为基线,然后采取更多的萤火虫“持久”痕迹,然后在视觉上进行比较。

#1


7  

I use Firefox with the FireBug and YSlow plugins installed.

我使用Firefox安装了FireBug和YSlow插件。

#2


3  

I use this to measure a page's size and number of HTTP requests required: http://www.websiteoptimization.com/services/analyze/

我使用它来测量页面的大小和所需的HTTP请求数量:http://www.websiteoptimization.com/services/analyze/

I use Pingdom to measure my website's average response time.

我使用Pingdom来衡量我网站的平均响应时间。

#3


3  

For simple basic testing, use ab (ApacheBench) or httperf.

对于简单的基本测试,请使用ab(ApacheBench)或httperf。

Pingdom is very useful for initial analysis of a particular page and measurement of site response. However, this is not a load test tool.

Pingdom对于特定页面的初始分析和站点响应的测量非常有用。但是,这不是负载测试工具。

For that you have to go to the commercial tools. Here are some options:

为此你必须去商业工具。以下是一些选项:

  1. Keynote
  2. Gomez strong text
  3. 戈麦斯强文

  4. Loadrunner

I also checked out Load Impact recently and it seemed like a good basic tool.

我最近也检查了Load Impact,它似乎是一个很好的基本工具。

Lastly, here's a fairly comprehensive list of options. http://www.softwareqatest.com/qatweb1.html#LOAD

最后,这是一个相当全面的选项列表。 http://www.softwareqatest.com/qatweb1.html#LOAD

#4


2  

Here are a few that I use:

以下是我使用的一些内容:

http://www.linkvendor.com/seo-tools/speedtester.html (This one is pretty detailed)

http://www.linkvendor.com/seo-tools/speedtester.html(这个非常详细)

http://www.vertain.com/?sst (Very fast and simple speed test)

http://www.vertain.com/?sst(非常快速和简单的速度测试)

http://www.iwebtool.com/speed_test (Another simple speed test)

http://www.iwebtool.com/speed_test(另一个简单的速度测试)

#5


1  

YSlow addin for Firefox is very good for helping you tune performance as is the NET tab of firebug.

用于Firefox的YSlow插件非常适合帮助您调整性能,就像firebug的NET选项卡一样。

#6


1  

Firebug with YSlow is a pretty common combination. Google also has PageTest which is another plugin which works with Firebug. It has a few different rules and such but is still pretty similar to YSlow. I like using both tools for initial testing since they can provide very simple and fast results.

使用YSlow的Firebug是一种非常常见的组合。谷歌也有PageTest,这是另一个与Firebug一起使用的插件。它有一些不同的规则,但仍然非常类似于YSlow。我喜欢使用这两种工具进行初始测试,因为它们可以提供非常简单和快速的结果。

Once you have started making optimizations and you want to see how performance is changing I would recommend using Pagetest. It provides a web interface for YSlow like performance results/analysis along with really nice waterfall charts to see where time is being spent. Perhaps the two most useful things about Pagetest are that 1) it allows you to easily perform multiple trials and 2) it gives clear results for cold and hot cache cases. I have found that multiple trials is the only real way to get realistic performance results, there is simply too much variance in single trials.

一旦开始进行优化并且想要了解性能如何变化,我建议使用Pagetest。它为YSlow提供了一个Web界面,如性能结果/分析,以及非常好的瀑布图,以查看花费的时间。也许关于Pagetest的两个最有用的东西是:1)它允许你轻松地执行多次试验; 2)它为冷和热缓存案例提供了清晰的结果。我发现多次试验是获得真实性能结果的唯一真正方法,单次试验中存在太多差异。

#7


1  

I tried all of these tools and finally came across the "Net Export" plugin for Firebug. Now I use the "NET" tab of Firebug to trace my site performance and I can export it to .har format to view later as an archive. I can use the .har archives as baselines and then take more firebug "persist" traces and then compare them visually later.

我尝试了所有这些工具,最后遇到了Firebug的“Net Export”插件。现在我使用Firebug的“NET”选项卡来跟踪我的网站性能,我可以将其导出为.har格式,以便稍后作为存档查看。我可以使用.har档案作为基线,然后采取更多的萤火虫“持久”痕迹,然后在视觉上进行比较。