Re: color text?

Brian Behlendorf (brian@organic.com)
Tue, 2 May 95 15:09:39 EDT

On Tue, 2 May 1995, Eric Bina wrote:
> > Well, Netscape's <BODY> element BACKGROUND attribute will cause
> > just as many cache misses as external stylesheets will if everyone
> > who wants to have a customized funky background uses a local .GIF to
> > achieve this effect.
>
> An external BACKGROUND GIF requires one extra net access.
> A BODY specifying BGCOLOR and TEXT color require none.
>
> An external stylesheet which specifies a background GIF requires
> two extra net accesses.
> An external stylesheet that specifies a background color and text color
> requires one extra net access.

Which of course is why you're working on HTTP/1.1, which will make all
inlined requests batchable, meaning a maximum of two connects (or even
HTTP-NG, which will mean a max of 1 connect). 3 separate files will soon
not demand 3 separate accesses.

Brian

--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--
brian@organic.com brian@hyperreal.com http://www.[hyperreal,organic].com/