This example has the capability as Example 003, however it uses compressed PowerCSS. The table below illustrates how object key compression ("Superpack") can result in nearly half the download size compared to a an UglifyJS minification and only 15% of the original library and logic files!
Compression | Bytes | Relative Size |
---|---|---|
Original | 42,186 | 100% |
Pruned | 36,449 | 86.4% |
Minified + Prune | 12,524 | 29.7% |
Superpack | 6,454 | 15.3% |