|
|
|
|
|
by philjones88
5226 days ago
|
|
A website tool I saw linked in the comments of another article on hacker news is: 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.