We are hosting several ASP.NET MVC sites on Azure (Wesites in standard mode) and recently we have run into an issue with high latency - the server takes very long time to respond even for static files.
The developer console in Chrome shows these data for a sample image file (100kB):
- connecting 12ms
- sending 3ms
- waiting 1856ms
- receiving 89ms
We have configured autoscaling, so the website can scale out if the server gets to busy, but it doesn't seem to help.
Any idea, where the problem could be?
Edit:
The site is hosted in the West Europe region.
It appears, that the problem isn't in our ASP.NET application. I have created a new website that contains only static files and response times are also bad.