Live data from Hacker News

Google Page Speed Online

pagespeed.googlelabs.com

11–20 of 40 posts

Re: Google Page Speed Online

#13

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?

Here ya go: http://lmddgtfy.com/?q=javascript+minify

Re: Google Page Speed Online

#14

Umm the Chrome extension states it can access: "All data on your computer and the websites you visit". Say what?

It's very common. It's a limitation/feature of the Chrome API. If you want to make an extension that can be run on any page, this warning will appear.

Re: Google Page Speed Online

#15

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?

I often use the Closure Compiler at http://closure-compiler.appspot.com/ (online) and http://code.google.com/closure/compiler/ (offline)

Re: Google Page Speed Online

#18
Nice tool, even if it makes some funny suggestions:

Minifying the following JavaScript resources could reduce their size by 1.1KiB (0% reduction). Minifying http://ajax.googleapis.com/.../jquery-ui.min.js could save 641B (0% reduction). Minifying http://ajax.googleapis.com/.../jquery.min.js could save 516B (0% reduction).

Re: Google Page Speed Online

#20
post #19
post #16

Earlier quoted context omitted.

Because on http://pagespeed.googlelabs.com/ it says perfect score.

I just noticed that your screenshot isn't even of Page Speed. It is of the Audits tab in Chrome Developers Tools.

It is not mine, but gautaml's one, and it use the independent tool of chrome that perform the same test. But when using the webservice it shows different results.
Post reply on HN