Mobile app version of vmapp.org
Login or Join
Kaufman445

: Recommend me a CSS/JS compressor There are scripts to compress CSS on-demand like these. Have you stumbled upon something similar for javascripts? Also, any recommendations regarding CSS and JS

@Kaufman445

Posted in: #Compression #Css #Javascript

There are scripts to compress CSS on-demand like these.

Have you stumbled upon something similar for javascripts? Also, any recommendations regarding CSS and JS compression are more than welcome. What methods do you use, if any?

10.03% popularity Vote Up Vote Down


Login to follow query

More posts by @Kaufman445

3 Comments

Sorted by latest first Latest Oldest Best

 

@Becky754

Have you tried to use gzip compression. This will bring you much more benefits than the standard compression. Also have in mind that compressing some JS files may bring you troubles. Last year I used internet by broadband connection(GSM network) where the provider`s proxy compressed all the content to lower the bandwidth and this causes me troubles with some sites so test everything you compressed.

Please post and update what optimisation method you choose and what was the benefit.

10% popularity Vote Up Vote Down


 

@Martha676

The most used CSS compressor is YUI Compressor. It supports both JS and CSS.

Talking about JS, Google Closure offers a more powerful set of features compared to YUI Compressor.

10% popularity Vote Up Vote Down


 

@Karen161

Yahoo has one, so does Microsoft.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme