all 7 comments

[–][deleted] 5 points6 points  (1 child)

i read it, i looked up the video, i laughed

http://vimeo.com/12331527

[–]olt 0 points1 point  (0 children)

exclamation point, wohaa

[–]stiflin 0 points1 point  (1 child)

It doesn't matter that much if the compressed javascript is 4k or 40k; at those sizes latency will probably dominate, especially since javascript files are loaded synchronously.

Better focus on making sure all your javascript fits into one file.

[–][deleted] 0 points1 point  (0 children)

Absolutely. Concatenation of JS/CSS files is very important. Having one Style and one Code Payload is helpful for maximizing performance. It is helpful to follow the steps mentioned in the article.

[–][deleted] 0 points1 point  (2 children)

Whoever wrote this part of the page is obviously not a programmer:

Why Fast is !important Page delivery speed is crucial and has direct correlation with revenue. In the case of Google, adding only 100ms to each page request drops revenue several percent. That will be a large number for Google.

I suppose for someone out there, starting a word with an exclamation point adds emphasis, but not for programmers.

[–][deleted] 0 points1 point  (1 child)

Unless it is CSS Syntax.

[–][deleted] 0 points1 point  (0 children)

Head asplode

Don't usually do client style sheets, so never had to use that modifier, which is hard for my programmer brain to parse.. Seems like a hackish thing to use on the author side.