Optimization

CSS Combine

This simple little php script (less than 50 lines!) takes a list of your css files that you use on every page of your design, combines them and minifies them. This accomplishes 2 things: it cuts your http requests for css files to 1 and it cuts the size of the request considerably. I made [...]