gzip - The file size of jQuery -


On the official website of jQuery, they say that the size of the minified file is 18k but after downloading, I found out After downloading it is 53.9K, do I have to do something to it?

This 18k minified and Gzipped in the website. You have to setup your web server to collapse javascript files to see that file size.


Comments