I have an issue with remote images over imageprocessor.web, it doesnt seem to cache the images out the box, the browser caches it but the server doesnt.
I have installed the plugin successfully and can crop and do all i need to to, except when using remote.axd it still makes a request when i ctrl + f5 and tries to retrive a new image, this obviously slows down the load of the website.
This is not an azure application just a simple IIS site.
It looks like the umbraco doesn't even care about the cache at all - the image is cached properly in the app_data/cache folder but when I reload site all images that are already in cache are recreated. I can check this by looking on the modified date windows attribute of the cached image and this is always the date of last request.
Any idea? I am using the newest (7.11) umbraco version.
We ended up upgrading to 7.7 and it worked, other than that we pulled down the image processor repo and added that instead of the nuget package made changes to the part where it regenerates and made sure it would not regenerate another image, cant be more specific since this code is gone after upgrading so try to upgrade umbraco above 7.6
Image Processor not caching images locally...
Hello Umbraco
I have an issue with remote images over imageprocessor.web, it doesnt seem to cache the images out the box, the browser caches it but the server doesnt.
I have installed the plugin successfully and can crop and do all i need to to, except when using remote.axd it still makes a request when i ctrl + f5 and tries to retrive a new image, this obviously slows down the load of the website.
This is not an azure application just a simple IIS site.
What am i doing wrong? :)
Settings:
Hi Jakob,
Did you manage to get to the bottom of this as I seem to be having the same issue?
Regards, Craig
When asking questions it's usually useful to add version numbers, example requests, any useful info that can help with diagnosis.
Try creating a cache folder called "cache" inside your app_data folder; I noticed that if the folder is missing, it doesn't get created.
ImageProcessor creates the folder on demand.
Hello, I am having exactly the same problem.
It looks like the umbraco doesn't even care about the cache at all - the image is cached properly in the
app_data/cache
folder but when I reload site all images that are already in cache are recreated. I can check this by looking on themodified date
windows attribute of the cached image and this is always the date of last request.Any idea? I am using the newest (7.11) umbraco version.
Sorry for late reply.
We ended up upgrading to 7.7 and it worked, other than that we pulled down the image processor repo and added that instead of the nuget package made changes to the part where it regenerates and made sure it would not regenerate another image, cant be more specific since this code is gone after upgrading so try to upgrade umbraco above 7.6
is working on a reply...