CrumpledDog / Umbraco-AzureCDNToolkit

Makes it easy to fully utilise the Azure CDN with a Umbraco website
13 stars 14 forks source link

Redis-Cache - 0.2.0-alpha-000076 #32

Closed c9mb closed 3 years ago

c9mb commented 3 years ago

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.

c9mb commented 3 years ago

Ok, so I think I've found the problem.

The RedisCache code is missing from all of the NG packages.

I had to download the repo zip and compile my own version to get RedisCache working.