James S! wrote:
How do you combine CSS files? I do not know much about this stuff but I would have thought in my naivity that you would just delete the CSS files that are not used, for example, if you use style 1 of 15, cant you just delete 2-15?
There are several utilities that will actually combine .css files. Thus, if you are using style 1, for instance, you can actually combine it with the base template_css.css file, and then edit the index.php so that it won't even bother loading the style specific css. In this case, it saves one file load, which is pretty trivial, but if you have different css for modules (custom menus, etc.), then they can start to add up. I optimized a site for a customer a while back and was able to get them from almost 20 different .css files down to 3.
I'd attach a link for the optimizers I know of, but I'm on site at a client's today, and don't have my bookmarks. Still, just google it, and you'll find plenty.