Re: proposal: css compression via aliasing specification

Tested out a full alias replacement on a file that was 134KB on disk and
these were the results:

 


 

aliased

normal

Savings


no gzip

112.1

133.6

16.1%


no gzip + minification

76.1

99.7

23.7%


gzip

19.2

20

4.0%


gzip + minification

14.6

15.8

7.6%

 

 

Too lazy to see the results of doing vendor prefixes..

Received on Thursday, 12 September 2013 14:08:01 UTC