However, I have noticed a slower response time on my images since doing this up to 0.5seconds (I have the before and after versions of the site hosted for comparrision).
Does anyone know of a cache solution (without using azure cdn) that could help me with this?
Ideally, I imagine the images would be downloaded to a location like tmp/cache/media if they don't already exist.
I have already looked into Azure Blob Cache but this package seems to require the use of a cdn, which is something I don't want to do right now
set up cache for images hosted on Azure Blobstorage
using
https://our.umbraco.com/documentation/Extending/FileSystemProviders/Azure-Blob-Storage/
I have installedUmbracoFileSystemProviders.Azure
and am now succesfully running my media files from the blob storage.However, I have noticed a slower response time on my images since doing this up to 0.5seconds (I have the before and after versions of the site hosted for comparrision).
Does anyone know of a cache solution (without using azure cdn) that could help me with this?
Ideally, I imagine the images would be downloaded to a location like tmp/cache/media if they don't already exist.
I have already looked into Azure Blob Cache but this package seems to require the use of a cdn, which is something I don't want to do right now
is working on a reply...