Web资源加载时间统计信息

时间:2014-03-06 12:40:50

标签: performance web statistics analytics measure

我搜索过很多可以帮助我衡量加载网站资源所需时间的工具。例如,加载所有CSS文件,所有JS文件,请求等等需要多长时间。

我想单独测量这些类型的资源,因此在进行网站优化后,我可以在之前/之后执行操作并检查加载时间是否减少(以及减少了哪些类型的资源)。

此外,此网站需要身份验证,因此需要使用浏览器插件或某种内部工具。

编辑:Firebug,Chrome开发者工具,Google Pagespeed dp没有帮助,因为我无法获得所有CSS文件或所有JS文件的整个加载时间,除非我手动计算它们:)每个css文件,单独

任何帮助都会受到赞赏! 感谢

2 个答案:

答案 0 :(得分:0)

也许这是你的答案

有一些在线网站测试网站和其他的速度....如果您有一个好的网站,第一步是使用 w3c validator 测试您的代码,之后解决问题并在 gtmatrix 上进行测试

其他方式是在firebug网络标签上为firefox下载 firebug ,您可以看到代码的速度和...

阅读有关searchengineland.com的信息

答案 1 :(得分:0)

执行以下步骤

step 1
   View your application in Mozila


step 2
   Right click any where in you app then go 'inspect element with firebug'
   Note-install firebug if not available in your Mozila Firefox Browser.

enter image description here

  Step 3
   you will see selection tag on bottom window

step 4
  select 'Net' click on this 'enable' it if not

step 5
 Reload your webpage and see .