How can I test the speed of a web page?
How can I further diagnose a page so that I can see which elements in the page take longer to load?
|
Questions on Super User are expected to relate to computer software or computer hardware within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
FireBug and Page Speed It is an open-source Firefox/Firebug Add-on. Webmasters and web developers can use Page Speed to evaluate the performance of their web pages and to get suggestions on how to improve them. |
|||
|
|
|
How can I test the speed of a web page?
Some tips in reducing loading speed could be :
|
||||
|
|
|
Google Chrome has some very detailed metrics for the request/response, downloading of the content, parsing, presentation, etc. Right Click on a page and "Inspect Element". They also have a huge number of development tools tucked away behind that menu item. |
|||
|
|
|
If by "which elements" you mean which HTTP requested objects, then client-side tools like Firebug's "net" tab (see here) will help for simple cases and many less than simple ones. If you are needing to diagnose elements within a scripted page then that will depend greatly on what language/framework/servers you are using. |
|||
|
|
|
I use this tool 24x7: And the free tests at: Here's examples of the response time test and multibrowser tests: http://tovare.com/gfx/performance/Gome_210710.pdf http://tovare.com/gfx/performance/Gome_multibrowser_210710.pdf I also use the built in features in chrome, but since I'm on a netbook in a country far far away from my server, there's too much going on to do reliable tests. |
|||
|
|
|
AlertFox has a very easy to use test for global page load times: |
|||
|
|