How do you minimize your CSS?
-
cyberman
Re: How do you minimize your CSS?
To get CSS faster you can try to minify/compress it ...
-
Peciura
Re: How do you minimize your CSS?
If you use static CSS file it can be cached by browser. Also read about "image sprites". Some ideas are here use at your own risk http://forum.cmsmadesimple.org/index.ph ... 244.0.html
-
cyberman
Re: How do you minimize your CSS?
Peciura wrote: If you use static CSS file it can be cached by browser.
Maybe a static CSS file is not needed - there's an option in admin
Site admin > Advanced setup
look at "Maximum amount of time (seconds) stylesheets can be cached in the browser:"
Yeah, there are some online generators like hereAlso read about "image sprites".
http://csssprites.org/
