Global Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6691
34714 credits Members referred : 374
It's time to use PHP5!
« Reply #1 on: Sep 18, 2006, 03:23:21 pm »
I think its better to split your css files and use css shortcuts like:
Code:
border:1px solid #ccc; or padding:10px 20px;
Global Moderator
Internet Junkie
Gender:
Posts: 1807
9006 credits Members referred : 6
« Reply #2 on: Sep 18, 2006, 05:30:32 pm »
thats what this compressor does right? Plus removing extra line breaks and comments. My CSS file got 290 bytes smaller, does this really change loadtimes? I don't think you will even notice the difference in loadtime if you are on dialup. Maybe if you have some massive CSS. Whats your biggest CSS file and how much space did this tool compress out of it?
thats what this compressor does right? Plus removing extra line breaks and comments. My CSS file got 290 bytes smaller, does this really change loadtimes? I don't think you will even notice the difference in loadtime if you are on dialup. Maybe if you have some massive CSS. Whats your biggest CSS file and how much space did this tool compress out of it?
there are really big css files (check css zen garden) but these are also big because of comments etc. I think the bigger problem is often a big javascript files (ajax)
Trackback URI for this entry : http://www.webdigity.com/trackback.php?topic=4143