Google Page Speed Online
pagespeed.googlelabs.com
Google Page Speed Online
1–10 of 40 posts
Re: Google Page Speed Online
#2"The page Google got an overall Page Speed Score of 100 (out of 100)." ... so they eat their own dog food, or was the homepage the pinnacle of excellence for the building this tool?
Re: Google Page Speed Online
#3I am surprised it doesn't catch or say anything about Flash
Re: Google Page Speed Online
#4 The page Hacker News got an overall Page Speed Score of 86 (out of 100).Re: Google Page Speed Online
#5Nice to see google cheating:
Re: Google Page Speed Online
#6Hmmm... Contrary to a lot of recommendations I see here on HN (patio11 mainly), they seem to recommend enabling keep-alive.
Re: Google Page Speed Online
#7Hmmm... Contrary to a lot of recommendations I see here on HN (patio11 mainly), they seem to recommend enabling keep-alive.
That's because patio11 is telling you how to keep your site alive under load, while that page is telling you how to decrease your page load times. They're contrary goals in this case. Keep-Alive makes things load faster, but it puts a cap on how many clients can connect to your server before it curls up and dies. It would be ideal if Apache would let you set a high-water limit for Keep-Alive connections after which it turns the feature off, but I don't know any way to do that. You can set how long they're kept alive, and you can set how many requests are allowed per Keep-Alive session, but not how many sessions are kept alive.
Re: Google Page Speed Online
#8Rats, they got me:
The following cacheable resources have a short freshness lifetime. Specify an expiration at least one week in the future for the following resources: http://www.google-analytics.com/ga.js (1 day)
Re: Google Page Speed Online
#9I like how Google.com scores a 97, while Bing.com scores a 96 (ha!)
Re: Google Page Speed Online
#10This suggestion from Google especially looks fun:
The following publicly cacheable, compressible resources should have a "Vary: Accept-Encoding" header:
* http://www.google.com/buzz/api/button.js
However, it's a useful tool. It gives me useful suggestions for improving.Anybody knows a simple tool to minify javascript?