We are experiencing an issue with Umbraco (13.8.1):
When accessing /media directly, there is a noticeable delay in receiving the image — even when the image is very small.
In Application Insights, we observe that a HEAD request followed by a GET PROPERTIES() call is made, and eventually a 206 Partial Content response is returned.
Our setup runs Umbraco on Kubernetes, and we use Azure Blob Storage for media storage.