PDA

View Full Version : Image Caching


Channel_Cat
11-23-2004, 07:05 PM
The images on my web site (www.sheezyart.com) don't seem to be caching, even with proper expires settings set. i used http://www.delorie.com/web/headers.cgi to check the differences in headers between my site and darkthone, another litespeed-using site. All i could see different were the order in which the headers were listed. Firefox also reports the expires setting as empty :-/. I'm using litespeed 2 RC3.

--edit
I have found that when changing the modified date on images, they suddenly begin to cache. The expires setting is set to access time caching though...

wont cache:
http://www.sheezyart.com/templates/slick/images/top_banner.gif
will cache:
http://www.sheezyart.com/test.gif

--Channel Cat

mistwang
11-23-2004, 11:07 PM
My firefox cached your wont cache link. :)
I checked the response header with "lynx -mime_header ...", there is no problem. Order of header should not matter.
You can try a forced reload by pressing the "shift" or "ctrl" while hitting the reload button. :-)
Please let know the result.

George