Closed (won't fix)
Project:
ImageCache
Version:
5.x-2.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Jul 2008 at 09:35 UTC
Updated:
24 May 2012 at 07:14 UTC
It seems that upon every reload of the page, or navigating around the site, images processed with ImageCache are being re-downloaded from the server. Is this standard behaviour, or should they be locally cached if they haven't changed? Is every page load processing the images again? Thanks.
Comments
Comment #1
dopry commentedCan you firebug it and see what headers are being sent with the images.. I think they should be being cached, but you never know how browsers or border caches are setup. Ideally i'd love to reduce the requests to the server as much as possible. Mind you I don't have much control on the cache settings for images being served directly by apache only those served directly by imagecache on initial generation or being served through private files.
Comment #2
dopry commentedCan you firebug it and see what headers are being sent with the images.. I think they should be being cached, but you never know how browsers or border caches are setup. Ideally i'd love to reduce the requests to the server as much as possible. Mind you I don't have much control on the cache settings for images being served directly by apache only those served directly by imagecache on initial generation or being served through private files.
Comment #3
M3 commentedPerhaps it is Apache configuration.
Comment #4
shariharan commentedConfirming the issue. This is happening to only select images in the page. This is slowing down the page load. Any idea why this is happening ?
Comment #5
shariharan commentedMy issue was fixed when I installed Transliteration Module.
http://drupal.org/project/transliteration
Comment #6
drewish commentedthe must revalidate in the cache-control header is going to require an extra connection to the server. but it shouldn't require a full download.
Comment #7
fizk commented