jQuery JavaScript Library minification results
Using the jQuery JavaScript library as a test case the following results were obtained:
| jQuery 1.5.2 | Compression Type | Size |
|---|---|---|
| jquery-1.5.2.js | Uncompressed | 219 227 bytes |
| jquery-1.5.2.min.js | Compressed | 85 925 bytes |
| jquery-1.5.2.jscrambler.min.js | JScrambler | 84 348 bytes |
JScrambler minification achieves the best compression making the JavaScript 1577 bytes (1.8%) smaller than the distributed minified version.
| jQuery 1.5.2 minified version | jQuery 1.5.2 minified version + Gzip | jQuery 1.5.2 using JScrambler compression |
|---|---|---|
| jquery-1.5.2.min.js 85 925 bytes |
jquery-1.5.2.min.js.gz 29 988 bytes |
jquery-1.5.2.jscrambler.min.js.gz 29 624 bytes |
jQuery using JScrambler compression is 364 bytes smaller than the distributed jQuery minified version + Gzip.
Want to minify your JavaScript source code? Sign up and use JScrambler for free!
Back ↵