Re: HTML+ Addition

dcmartin@library.ucsf.edu (David C. Martin)
Message-id: <199310041628.AA08608@library.ucsf.edu>
From: dcmartin@library.ucsf.edu (David C. Martin)
Organization: UCSF Center for Knowledge Management
Email: dcmartin@ckm.ucsf.edu
Phone: 415/476-6111
Fax: 415/476-4653
To: Charles Henrich <henrich@crh.cl.msu.edu>
Cc: www-talk@nxoc01.cern.ch
In-reply-to: Your message of Sat, 02 Oct 1993 14:50:56 -0400
	<9310021850.AA21537@crh.cl.msu.edu> 
Subject: Re: HTML+ Addition 
Date: Mon, 04 Oct 1993 09:24:19 PDT
Sender: dcmartin@library.ucsf.edu
Perhaps the solution is to read then entire page and then group the
accesses to a particular host.

dcm
--------
Charles Henrich writes:

Got another crazy idea.  As I was watching my web logs, and the Mosaic p4
status display, it occured to me that when there are lots of small <4k inlined
images, it typically takes longer to establish the connection than transfer the
file.  Hence a new tag

<imgpkg src="URL">

which could be something like a tar file with all the inlined images in it.
references on the page would be stay the same (i.e. <img src="URL.gif">)

However the browser could (if the tag is recognized) go retrieve the package,
and grab all the inlined images in it in one shot, should improve performance
dramatically on pages with lots of inlined images.

-Crh