Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

I know of Yslow with firefox and http://webwait.com/

Any other services around ?

share|improve this question

closed as not constructive by ChrisF Feb 20 '12 at 12:59

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

5 Answers

up vote 10 down vote accepted

Google's Page Speed

http://code.google.com/speed/page-speed/

AOL's WebPageTest

http://www.webpagetest.org/

share|improve this answer
+1 for webpagetest.org. It's a very nice service. – splattne Jul 1 '10 at 7:05
yes, webpagetest.org is pretty neat, indeed. – akira Jul 1 '10 at 7:24
some tips for speeding up static file download in an asp.net website stackoverflow.com/questions/3555304/… – Oscar Aug 25 '10 at 7:06

In addition to YSlow and WebPageTest mentioned in other answers I use the LORI (life of request information) extension for Firefox during development to give a quick indication of page speed.

https://addons.mozilla.org/en-US/firefox/addon/1743/

It adds a few fields to the status bar to give you a quick overview of some important figures: time to first byte, time to completion, total size, number of requests

LORI status bar

share|improve this answer

Google-Chrome and Opera have builtin tools to analyze websites, including loadtime.

share|improve this answer
  1. Pingdom Tools Full Page Test: http://tools.pingdom.com/fpt
share|improve this answer
1  
Would have posted more, but don't have enough juju on my account. – danielmiessler Jul 9 '10 at 5:05

Not the answer you're looking for? Browse other questions tagged or ask your own question.