He seems to come to the same common conclusion:  It's best to pack or
minify your JS and then serve it to the browser through mod_gzip,
htaccess controls, or Apache settings.  I personally prefer Minify
(http://code.google.com/p/minify) + ob_gzhandler in my PHP, so that
the JS & CSS is minified and cached and served with a single HTTP
request.  Pre g-zip'ing sounds like it'll cause more problems than it
solves.

Charles
@doublerebel.com

On Oct 1, 2:37 pm, Stephan Beal <[EMAIL PROTECTED]> wrote:
> This just popped up on digg, and i thought it might interest some of
> you:
>
> http://code.trymbill.is/index.php/2007/10/01/compress-javascript-gzip/
>
> It presents a different way of compressing javascript code.

Reply via email to