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 b
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 ka
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
> s
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 PROTECTED
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
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 j
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 by
7 matches
Mail list logo