CSS Tweak is a web based CSS optimization tool. It will take any CSS file and optimize the syntax, grouping your style declarations into shorthand where possible. It can also remove comments, and strip whitespace for maximum compression.
One of the things I've worked on with my MT instalation is to reduce the CSS file to the bare minimum. I've already chopped the extraneous code, and have reduced whitespace as much as is readable. So from the base 15k I've dropped it to 8k, and could get it smaller. I've also been thinking about gzipping it using server compression, but wondering whether to just take the bandwidth over the server CPU usage (which I could get charged for).
read more | digg story

Leave a comment