Opened 15 years ago
Closed 15 years ago
#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: | |
Blocked by: | Blocking: |
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!
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.