Not to be a troll but how much of that is patented by Yahoo? If its recent threat to sue Facebook is any indication, "Methods to reduce HTTP requests" could be one of its patents that it's willing to wield.
It does PageSpeed + YSlow + other stuff. Saves me having to run both tools in my browser and it combines all the output into a nice interface with the ability to send my client a PDF to talk about small tweaks we could make.
I note that it puts a lot of weight on Css minification, which I don't like (I value the readability of HTML/CSS seen through curl) and doubt the value of with reasonably clean, lean source HTML. About half of the grade Fs on my sites come from this. The others need fixing.
Now remember kids, this should be applied to already existing website. When developing, use whatever works so you can ship. That's why we have updates and maintenance developers.
I'm not saying be as sloppy as possible, but if you sweat the small stuff, not much will happen.
13 comments
[ 3.6 ms ] story [ 37.4 ms ] threadBtw, like someone just pointed out - YSlow (A tool that has all these rules) was just open sourced under the BSD license by Yahoo! - http://developer.yahoo.com/blogs/ydn/posts/2012/02/welcome-y...
[1] http://developer.yahoo.com/yslow/
http://code.google.com/speed/page-speed/docs/rules_intro.htm...
There are also companies that can automate these best practices for you. Check out my company, http://torbit.com for example.
Still the best one out there I think.
http://gtmetrix.com
It does PageSpeed + YSlow + other stuff. Saves me having to run both tools in my browser and it combines all the output into a nice interface with the ability to send my client a PDF to talk about small tweaks we could make.
I note that it puts a lot of weight on Css minification, which I don't like (I value the readability of HTML/CSS seen through curl) and doubt the value of with reasonably clean, lean source HTML. About half of the grade Fs on my sites come from this. The others need fixing.
How rediculous. Use whichever is appropriate, as well as PUT and DELETE.
I'm not saying be as sloppy as possible, but if you sweat the small stuff, not much will happen.
(Btw, whatever happened to 2-Click Facebook buttons? They didnt catch on)