Recently I migrated a website from v8 to V10 and I’m facing performance issues in response time when accessing /media/ items (hosted on blob storage)
With Umbraco V8 the avg response time for media items was under 100ms
With Umbraco V10 the avg response time is between 1 to 2 seconds, sometimes it takes up to 30 seconds to load an image.
The website is hosted in Azure and using Blob storage (standard 2) for media items.
On UmbracoV8 it used Blob storage for media storage, BUT the cached items (crops) were hosted in the local storage of the App Service instead.
With Umbraco V10 both media and cache are stored in blob storage.
The website has many media items, here the numbers:
47.3k items in media folder
87.6k items in cache folder
Does anyone have experience with websites that have such a big media storage on azure? Any performance issues?
This is a companion discussion topic for the original entry at https://our.umbraco.com/forum/111648-u10-blob-storage-for-media-very-slow