Quote:
Originally Posted by SmartBomb
Very interesting post but considering most browsers cache images I'm not sure how performance enhancing using a strip graphic or decal (as I've known them to be called) will have on a site.
|
With an empty cache ie first visit then it is the overhead generated by multiple Http requests that adds to the response time.If your home page uses 30 icons then this would mean 30 requests but this can be reduced to a single Http request with a sprite/master image.
As you say a return view will usually be able to use the cache but some sites dont maximise use of the users cache. If you use a far future expires header http://www.askapache.com/htaccess/ap...d-expires.html then a return visitor will be able to maximise use of their cache and the page will load quicker.
Last edited by maxxximus; 11-01-2007 at 03:39 AM..
|