YUI minification results
Using the YUI Library as a test case the following results were obtained:
| YUI 2.8.2 | Compression Type | Size |
|---|---|---|
| yuiloader.js | Uncompressed | 125 401 bytes |
| yuiloader-min.js | YUI Compressor | 29 509 bytes |
| yuiloader.jscrambler.js | JScrambler | 26 836 bytes |
JScrambler minification achieves the best compression making minified YUI library 2673 bytes (9%) smaller than when using YUI Compressor.
| YUI 2.8.2 | Compression Type | Size |
|---|---|---|
| yuiloader-min.js.gz | YUI Compressor + Gzip | 9 145 bytes |
| yuiloader.jscrambler.js.gz | JScrambler Compression (Using the JavaScript minify template) |
8 878 bytes |
YUI library minified with JScrambler Compression is 267 bytes (2.9%) smaller than when using YUI Compressor + Gzip.
Want to minify your JavaScript source code? Sign up and use JScrambler for free!
Back ↵