dglee87 / get-simple-cms

Automatically exported from code.google.com/p/get-simple-cms
GNU General Public License v3.0
0 stars 0 forks source link

Should we compress the CSS and JS files that are added to the ZIP download? #223

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
of course the js and css would always remain uncompressed within the SVN, but i 
feel it might make some speed difference if the JS and CSS files are compressed 
within the download. any thoughts?

Original issue reported on code.google.com by ccagle8 on 1 Jul 2011 at 11:34

GoogleCodeExporter commented 9 years ago
Im thinking this may not be a big issue...

The only real JS file to compress is /admin/template/js/jquery.getsimple.js

Uncompressed: 12KB
Compressed: 9KB

Not that big of a difference for the hassle. 

The main CSS file is already semi-compressed as all whitespace is removed from 
it via PHP.

Original comment by ccagle8 on 3 Jul 2011 at 12:55