[jQuery] Re: jQuery 1.2.2 compressed to 14.3KB

2008-01-28 Thread Chalkers
Minified and Gzip it is then! On Jan 25, 10:49 am, Eric Martin [EMAIL PROTECTED] wrote: On Jan 25, 6:01 am, Alexandre Plennevaux [EMAIL PROTECTED] wrote: arf my bad,  good catch karl :) ,  indeed i meant the packed version ! And then i guess whatever's gzipped still needs to be

[jQuery] Re: jQuery 1.2.2 compressed to 14.3KB

2008-01-25 Thread Alexandre Plennevaux
if you gzip compress your file, then you lose a few millisecs for the browser to decompress it.Given your figures, i'd say the 1Kb advantage does not compensate for the browser having to decompress it. besides, i found that the flash plugin does not work properly if u use the gzip version of

[jQuery] Re: jQuery 1.2.2 compressed to 14.3KB

2008-01-25 Thread Eric Martin
On Jan 25, 6:01 am, Alexandre Plennevaux [EMAIL PROTECTED] wrote: arf my bad, good catch karl :) , indeed i meant the packed version ! And then i guess whatever's gzipped still needs to be uncompressed by the browser which means it has a sensible influence on the performance of low specs

[jQuery] Re: jQuery 1.2.2 compressed to 14.3KB

2008-01-25 Thread Alexandre Plennevaux
arf my bad, good catch karl :) , indeed i meant the packed version ! And then i guess whatever's gzipped still needs to be uncompressed by the browser which means it has a sensible influence on the performance of low specs computers , no? On Jan 25, 2008 2:25 PM, Karl Swedberg [EMAIL

[jQuery] Re: jQuery 1.2.2 compressed to 14.3KB

2008-01-25 Thread Karl Swedberg
Hi Alexandre, By gzip version, do you mean the packed/obfuscated version? Since gzip is done on the server, it can compress the full jquery, the minified, or the packed. --Karl On Jan 25, 2008, at 2:58 AM, Alexandre Plennevaux wrote: if you gzip compress your file, then you lose a

[jQuery] Re: jQuery 1.2.2 compressed to 14.3KB

2008-01-25 Thread Michael Geary
Browsers do the unzipping in native code. You'd never notice the time it takes, even on a fairly slow machine. The packed version requires a time-consuming unpack operation in JavaScript code, whether it's zipped or not. -Mike _ From: Alexandre Plennevaux arf my bad, good catch

[jQuery] Re: jQuery 1.2.2 compressed to 14.3KB

2008-01-24 Thread Joel Birch
Hi Andrew, This is the same question as the one posted here just yesterday. Here's the thread: http://groups.google.com/group/jquery-en/browse_thread/thread/37ffb480aea5c5d0 I replied to that thread and mentioned that the packed version (but not the minified version) still needs to be 'eval'd