MooTools minification results
Using the MooTools JavaScript Framework as a test case the following results were obtained:
| MooTools Core 1.3.1 with compatibility | Compression Type | Size |
|---|---|---|
| mootools-core-1.3.1-full-compat.js | Uncompressed | 145 417 bytes |
| mootools-core-1.3.1-full-compat-yc.js | YUI Compressor | 88 496 bytes |
| mootools-core-1.3.1-full-compat.jscrambler.js | JScrambler | 84 682 bytes |
JScrambler minification achieves the best compression making MooTools minified 3814 bytes (4.3%) smaller than using YUI Compressor. This is a huge improvement that can increase the performance of your site and reduce bandwidth usage. This was achieved using the JavaScript minification provided by JScrambler.
| MooTools Core 1.3.1 with compatibility | Compression Type | Size |
|---|---|---|
| mootools-core-1.3.1-full-compat-yc.js.gz | YUI Compressor + Gzip | 28 342 bytes |
| mootools-core-1.3.1-full-compat.jscrambler.min.js.gz | JScrambler Compression (Using the JavaScript minify template) |
27 307 bytes |
MooTools minified with JScrambler Compression is 1035 bytes (3.7%) smaller than with YUI Compressor + Gzip.
Want to minify your JavaScript source code? Sign up and use JScrambler for free!
Back ↵