gzipping is done by the server and un-done by the client. By the time you see the file (and its size), it is no longer gzipped, thus, larger. The point is to minimize size of transfer, and that is accomplished. If you take the same file and host it on a server, with the server configured to serve the file using gzip compression, the transfer size of the file on a production site (and thus the load time addition to the page) will be 15kb.
- Richard On Wed, Oct 15, 2008 at 7:55 AM, Alex Weber <[EMAIL PROTECTED]> wrote: > > or if not the download link is bloated... =P > just a heads up > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en -~----------~----~----~----~------~----~------~--~---
