Forum Moderators: not2easy
I can't recall where I was when I read this to look it up again. Does anyone here know about such a thing?
If I remember correctly packets were different sizes for different connections and they were suggesting you optimize for a 56K modem.
SN
Obviously, a seriously bloated file can cause problems when a user first arrives at your site. You don't want to keep anyone hanging about.
[edited by: Marcia at 1:53 am (utc) on Aug. 11, 2003]
The first CSS file will just be basic.html -- some essential font information and perhaps div positioning in layouts where that is an important issue.
I'm thinking a very small file here, easily one packet. I would serve basic.css to all browsers and then use @import to bring in all the detailed rules for modern, standards supporting browsers.
My early experiments have shown me that dial-up users will benefit a lot from this approach.