jquery.js - minimized Version?
Posted: Sat Feb 10, 2018 11:44 am
Hi,
Is there any particular reason why the minimized version of jquery.js is not being used?
Minifying files can have a real world performance difference. There is a reason jQuery calls the minified version the production version and the original source the development version.
Quoting (http://jquery.com/download/):
Is there any particular reason why the minimized version of jquery.js is not being used?
Minifying files can have a real world performance difference. There is a reason jQuery calls the minified version the production version and the original source the development version.
Quoting (http://jquery.com/download/):
The uncompressed file is best used during development or debugging; the compressed file saves bandwidth and improves performance in production