Site Speed Analysis With YSlow
This is a nifty little tool to add to your web development toolkit! Yahoo has developed a nifty website speed analysis Firebug extension. Yep. Not Firefox…FireBug. (Which I guess makes it a Firefox extension with a dependancy…but whatever). The extension is YSlow which Yahoo! describes as:
Install Firebug first!
- Performance report card
- HTTP/HTML summary
- List of components in the page
- Tools including JSLint
Once installed, the plugin adds its features onto Firebug itself, giving a few extra things to click on and view. (Note the added menu options at the top of the following image):
If you are curious about what to do with the data that YSlow provides, Yahoo has some nice docs as usual. Overall, this is a sexy little tool!
Discuss This Article
|
|
2 Responses to “Site Speed Analysis With YSlow”
-
pingback:
Posted: Jul 30th, 2007 at 8:29 pmArmenian Eagle » Web Developers Should Use “YSlow” for Firebug 1 -
Erich Beyrent
Posted: Aug 1st, 2007 at 6:28 amReply to this comment.I’ve been doing a lot of work with CakePHP, a PHP port of Ruby on Rails (which Mambo will now be built on top of). I was excited to see that someone wrote a packer utility for CakePHP, which was prompted by a poor score from YSlow.
Read the article at: http://blog.bradleyboy.com/2007/07/28/assetpackager-for-cakephp/
2




[...] friend Matt informed me about an extension to firebug called YSlow that was developed by Yahoo. Before you can install YSlow, you must install [...]