What web service can I use to test the speed of a web page? It would be great if it can further diagnose the page so that I can see which elements in the page take longer to load.
|
|
|||
|
|
|
https://developers.google.com/pagespeed/# Google Developers Page Speed Online is very useful to analyze the performance of your pages. Page Speed Online analyzes the content of a web page, then generates suggestions to make that page faster. Reducing page load times can reduce bounce rates and increase conversion rates. http://code.google.com/speed/pss/ Page Speed Service is an online service to automatically speed up loading of your web pages. Page Speed Service fetches content from your servers, rewrites your pages by applying web performance best practices and serves them to end users via Google's servers across the globe. The extent of speed up depends on a variety of factors such as content on your pages, browser, geographic location of access, bandwidth, etc. You can run tests to measure the speed up of your site in a few minutes. Page Speed Service is currently offered free of charge to a limited set of webmasters during this trial period. Pricing will be competitive and details will be made available later. You can request access to the service by filling this web form. |
|||
|
|
|
Google Chrome's build in profiler is very good for this Under "Developer tools" option menu choose the timeline tab and you get a full graph of the loading times of each element on the page |
|||||||
|
|
My favorite free site is JMETER for overall speed under load; and firefox's firebug and yslow are great plugins for individual components. |
|||||
|
|
