Ext Core minification results
Using the Ext Core JavaScript library as a test case the following results were obtained:
| Ext Core 3.1.0 | Compression Type | Size |
|---|---|---|
| ext-core-debug.js | Uncompressed | 384 674 bytes |
| ext-core.js | Distributed compressed version | 85 836 bytes |
| ext-core.jscrambler.js | JScrambler | 83 692 bytes |
JScrambler minification achieves the best compression making Ext Core minified 2144 bytes (2.5%) smaller than using the distributed compressed version. 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.
| Ext Core 3.1.0 | Compression Type | Size |
|---|---|---|
| ext-core.js.gz | Distributed compressed version + Gzip | 29 987 bytes |
| ext-core.jscrambler.js.gz | JScrambler Compression (Using the JavaScript minify template) |
27 666 bytes |
Ext Core minified with JScrambler Compression is 2321 bytes (8.4%) smaller than with the distributed compressed version + Gzip.
Want to minify your JavaScript source code? Sign up and use JScrambler for free!
Back ↵