1

I am using image renditions for rendering images of various sizes

When i check the network, it shows that the images that are from PublishingImages (images that use image Rendition) are having an http status of 304 (other images from other places like style library etc are having 200)

The other images are being loaded from cache where as images that use image rendering i.e ...../ImageName?RenditionID=x are not loaded from cache

Is there a way where i can use cache for these images too?

I have read this, this and this

14
  • when you visit the image rendition page from site settings, is their any error? Commented Jun 8, 2015 at 16:09
  • also try to flush the blob cache technet.microsoft.com/en-us/library/gg277249.aspx Commented Jun 8, 2015 at 16:13
  • @WaqasSarwarMCSE No I dont get any errors!! Commented Jun 17, 2015 at 11:58
  • did you flush the blob cache? Commented Jun 17, 2015 at 12:04
  • yeah @WaqasSarwarMCSE tried that is it possible to make status of images from PublishingImages folder to 200? Commented Jun 17, 2015 at 13:05

1 Answer 1

1
+50

Images in Publishing Library should be published to enabled caching. If not, the the image response will include 304, which will need to go back to the server to check if the image has changed. Though 304 requests are served from browser cache, it still has to take a roundtrip to server to confirm the image has not changed.

Hope it helps.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.