Tags

1 entry, in 1 page    per page

Tag(s):

Separate tags with commas. Tags may contain more than one word.

Date range:

Tech Note: Minifying Javascript Quickly and Easily

Sun, Aug 3, 2008 at 4:01 pm PDT

A technique I use at LGF to speed up the loading of Javascript files is to run them through a “minifier” script that removes spaces and extraneous formatting such as comments. Combined with server-side gzip compression, this produces the smallest possible download size. (There’s another technique for compressing Javascript called ...

LGF, Tech Note, jQuery, Javascript, Minify, Crockford, Linux, shell script