Skip to content
faresweb.net labs Main blog

labs / experience

Web Site Optimization - Minify CSS

legacy updated: 2013-01-10 reading: 1 min

Legacy note: archived and kept for reference.

Compacting CSS code can save many bytes of data and speed up downloading, parsing, and execution time.

Minifying CSS has the same benefits as those for minifying JS: reducing network latency, enhancing compression, and faster browser loading and execution.

Several tools are freely available to minify JavaScript, including the YUI Compressor and cssmin.js.