Live data from Hacker News

Google Page Speed Online

pagespeed.googlelabs.com

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

#7

Hmmm... 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

#10
This 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?

Post reply on HN