質問

does anyone know of a decent website analysis tool (preferably freeware).

i searched for it, but most of them report overall webpage loading speed.

my need is to, find percentage of speed consumed by individual components , such as

Javascripts/Jquery (http requests etc.)
Images
Objects Flash/Applets/Silverlight
Rendering time of CSS3 stylesheets 
Server Callbacks

The website is written in asp.net. it uses masterpages. it has ajax,jquery,flash,css3,html5 objects. it uses Csharp as language.

thanks

役に立ちましたか?

解決

I prefer this one

http://www.webpagetest.org/

because have the option to select the location for the test and the browser.

Also have the option to run more than one test, recognize that the first one is usually slower than the next times, show all the times, screen shots, errors, etc.

他のヒント

Try

http://tools.pingdom.com

This provides the time taken for connection, wating and recieve time for individual files(html, css, avascript, images, text documents and other files)

you can use YSlow add-on (e.g., https://addons.mozilla.org/de/firefox/addon/yslow/) where you can see load time for images, javascript etc individually.

Also in Firebug browser add-on you can see each content loaded time under Network setting. It is available for free.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top