> The other day I read in the Newsgroup how slow Mozilla was in comparison
> to Netscape 4.7. Well I hav found a page which demonstrates how fast
> Mozilla is in rendering many images. I believe this page demonstrates
> the vast improvement the recent rewrite of the image rendering engine is
> in comparison to Netscape 4.7.
The speedy rendering of this page is probably a combination of 3 factors,
none of which are the image library (sorry, Pavlov ;-):
1) Mozilla can render the table before all the images have arrived,
whereas 4.x can't
2) Mozilla uses HTTP 1.1 and so does not have to make a separate request
for each image, but can get them all using the same connection
3) They'll all be in your ISPs cache after you've asked for them with 4.x
:-)
Gerv