Modify ↓
Ticket #2983 (closed bug: invalid)
Website: File size mismatch
| Reported by: | shumatejb | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.3 |
| Component: | core | Version: | 1.2.6 |
| Keywords: | gzip, minified, file-size | Cc: | |
| Blocking: | Blocked by: |
Description
First of all, thanks for a wonderful project!
I have a minor nit to report:
On the homepage at www.jquery.com, under the Download jQuery Heading the gzipped and minified jQuery is reported as being 16kb in size, but when I am directed to the Google code page for this file, it is reported as being 54.5KB in size.
What's the story behind this apparent tripling in size of the gzipped and minified file?
Also, does the jQuery team need any docs or web help?
Thanks again!
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

The 16kb comes after the gzipping, which happens on the server side.
As for documentation help, feel free to look through the documentation and add/cleanup/improve any documentation you feel could be better. Thanks.