Page 1 of 1

Re: How do you minimize your CSS?

Posted: Sun Jan 03, 2010 1:02 am
by cyberman
To get CSS faster you can try to minify/compress it ...

Re: How do you minimize your CSS?

Posted: Sun Jan 03, 2010 2:07 pm
by Peciura
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

Re: How do you minimize your CSS?

Posted: Sun Jan 03, 2010 11:47 pm
by cyberman
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:"
Also read about "image sprites".
Yeah, there are some online generators like here

http://csssprites.org/