XF 1.5 Image Proxy

İMPaRaToR

Member
Hi guys,

I would like to use short a "image cache lifetime" value. Will the pictures be refreshed even though they are displayed continuously?
 
Note that the minimum is still 1 day. Setting this would essentially ensure that any image would only be kept for a day and then refetched as needed.
 
To clarify, are you asking if, after 5 days, the image will be refreshed when viewed? Based on your screenshot, no; it would only be refreshed every 10 days.
 
@Mike
  1. If image source would be 404 on next update, image would be removed from Image Proxy cache too?
  2. If image source would return some kind of "image is unavailable" image, it would be updated in Image Proxy too?
 
If an image 404s on an update, the old version will be served until the image "naturally" expires. We will continue occasionally attempting to fetch it until it errors too many times (then we assume a permanent error).

If an image is returned and it uses a 2xx response code, that image will be assumed to be the correct image and the proxy would be updated with it.
 
Top Bottom