HTML+ Addition

Charles Henrich (henrich@crh.cl.msu.edu)
Sat, 2 Oct 1993 14:50:56 -0400 (EDT)


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