Dojo minification results
Using the Dojo JavaScript Library as a test case the following results were obtained:
| Dojo 1.5.0 | Compression Type | Size |
|---|---|---|
| dojo.js.uncompressed.js | Uncompressed | 377 390 bytes |
| dojo.js | Dojo ShrinkSafe | 90 277 bytes |
| dojo.js.uncompressed.jscrambler.js | JScrambler | 74 530 bytes |
JScrambler minification achieves the best compression making minified Dojo 15747 bytes (17%) smaller than when using Dojo ShrinkSafe.
| Dojo 1.5.0 | Compression Type | Size |
|---|---|---|
| dojo.js.gz | Dojo ShrinkSafe + Gzip | 29 417 bytes |
| dojo.js.uncompressed.jscrambler.js.gz | JScrambler Compression (Using the JavaScript minify template) |
26 021 bytes |
Dojo minified with JScrambler Compression is 3396 bytes (11.5%) smaller than when using Dojo ShrinkSafe + Gzip.
Want to minify your JavaScript source code? Sign up and use JScrambler for free!
Back ↵