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?
No reason and no solution found so far.
We now configured the website to use local storage for crops cache and use blob storage only for media storage.
But media requests are still very slow some times.
The next thing we'll try is to delete unused medias to clean up the blob storage, maybe with less items it will get faster
U10 - Blob storage for media very slow
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?
Joao,
Just wondering if you had found the reason for this outside of this community post as I think I might be seeing a similar scenario.
Thanks, Stuart
No reason and no solution found so far. We now configured the website to use local storage for crops cache and use blob storage only for media storage. But media requests are still very slow some times. The next thing we'll try is to delete unused medias to clean up the blob storage, maybe with less items it will get faster
i have the same issue too
Hi,
Is there a solution for this issue already?
We ran into the same problem.
Grtz Sander
Hi,
After moving from Umbraco 8 to 10+ on multiple projects we are experience similar issues.
Does not matter if the cache is on local or blob storage.
We are seeing at random images taking from 1sec to 40sec to load.
If we disable the blob storage package and use everything by default locally the issue goes away.
This is having a major performance issues on many projects.
Hi,
We are experiencing the same issues. Does someone has a fix or workaround for this after all this time?
is working on a reply...