Debt Consolidation - Loan - Manga - VeraciTek, Inc. - We Build Websites - Debt Consolidation

PDA

View Full Version : CSS file size...


a3196
Dec 28th 2004, 9:52 pm
Hi, Everyone...

I have some questions about file size...

Based on my research....

It is better to have smaller file size right??

My question is "is size of css matters??"

My CSS file is pretty big i guess

And i'm currently using MAMBO CMS

So template HTML isn't that big....

But CSS is pretty big compare to my other site...

Thank you all in advance...

Enjoy the last moment of 2004 everyone.. :)

nevetS
Dec 28th 2004, 10:02 pm
From an SEO perspective it does not matter. Most SE's will not even access your css file. That's one of the main points of css really - allow your end users to cache the stylesheet and save your bandwidth.

Of course, I'm talking about linking to an external stylesheet.

a3196
Dec 28th 2004, 10:40 pm
Thanks!!

That sounds great to me....

I'm kinda new at CSS and I was just wondering,,,,

CSS is great tool(???) anyway...

I will dig more into it...

Thanks again

eduardomaio
Dec 29th 2004, 4:31 am
You should optimize your css file... Your website is for visitors, not for spiders... I've seen css files with 8kb, others with a couple of bytes... The smaller the better... But don't put css directly on your html page, always create a separate file.

a3196
Dec 29th 2004, 11:54 am
Yes, I created a separate file,,,,
And the size is 12kb...

Isn't it too big??

But there is noting to remove...That's the smallest I could get...

exam
Dec 29th 2004, 2:12 pm
That seems pretty big to me.. Take out all comments and unnecessary whitespace from the production version to make it a bit smaller.

a3196
Dec 29th 2004, 9:21 pm
Does whitespace take up the space???

JonahViaKeyboard
Dec 30th 2004, 1:57 pm
White space doesn't count. Only characters.

Does anyone know which (if any) search engines can parse external style sheets? Read absolute positioning?