13 May
2004
13 May
'04
8:15 p.m.
Gerald John M. Manipon wrote at 2004-5-12 15:06 -0700:
... This works fine, however, I have a lot of images on this ZPT and they fail to be cached by the browser. Other pages that use the same images get them fine from the browser cache or a 304 response from the server. I am using an accelerated http cache manager for the images and have taken note to represent them as absolute url's in my templates.
Use a TCP-Logger (e.g. Shane's "tcpwatch") to analyse the communication between browser and client. This should tell you whether Zope does not send the correct HTTP response headers. -- Dieter