I have run into a big issue using Umbraco-7-Cloud and Azure-Blob-Storage - lots of images on each page and the 301/302 latency getting from Media request to Cache response with a reverse-proxy config cache kills the site, requiring I use AzureCDNToolkit for a direct Cache request, but compiling the cache link database on this large site also kills it.
Hopefully the work-around is to use the version of AzureCDNToolkit with Redis-Cache support, so I can eliminate the local cache-link pair database build each time the site starts, but I'm having trouble getting 0.2.0-alpha-000076 to work with Azure Redis-Cache.
Can anyone advise what steps are required to make this work, so I can solve this crisis condition with my client ?
I have run into a big issue using Umbraco-7-Cloud and Azure-Blob-Storage - lots of images on each page and the 301/302 latency getting from Media request to Cache response with a reverse-proxy config cache kills the site, requiring I use AzureCDNToolkit for a direct Cache request, but compiling the cache link database on this large site also kills it.
Hopefully the work-around is to use the version of AzureCDNToolkit with Redis-Cache support, so I can eliminate the local cache-link pair database build each time the site starts, but I'm having trouble getting 0.2.0-alpha-000076 to work with Azure Redis-Cache.
Can anyone advise what steps are required to make this work, so I can solve this crisis condition with my client ?
I'd really appreciate it.