Based off of Javascript Aggregator this module will gzip your aggregated css files. For Drupal 6.x
Advantages
- It's compatible with Apache 1.3 (works great with cheap hosting).
- Compresses the content once and saves the result (less CPU load on server).
- Uses level 9 compression because it's only run once per file (smaller file size).
- In general, all you need to do is enable the module and it works (no core hacking/modifying .htaccess).
Disadvantages