I went to jquery.com and downloaded the latest version. I picked the production:
31kb (minified and zipped)
but when it downloads to my disk it’s 90KB. Can someone explain. Am I downloading the wrong way or something?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The size specified is how large it will be if you are using compression for your static files on the web server.
What you download is the minified version. It’s not zipped, because the web server will do that before sending it to the browser.