2

I have a simple Azure Web App setup using a single Standard Small Instance type in Central US region. The site itself is running a node.js website.

I noticed google crawl was reporting average latency around .5s. To monitor I added a 6 Azure monitoring endpoints some pointed at dynamic pages and others at static content served by IIS alone.

All metrics are reporting high latency from 250ms-1s+ depending on geographic region. I also tried setting an alert on "average response time" exceeding 1s on the new Azure portal and the alert gets triggered every couple of hours it seems.

Is this latency normal for an Azure web app? Is there anything I can configure/change to improve it?

Element
  • 856
  • 2
  • 10
  • 14
  • I'm experiencing the same behavior, running a ASP.NET Core site. Interestingly, the "Kudu" page (mysite.scm.azurewebsites.net) performs much better, e.g. 120 ms vs. 900 ms for a static file (!) on my actual site. So it's clearly not the network, or limited by server resources. Did you ever find out what the problem is? – realMarkusSchmidt May 02 '16 at 10:45

0 Answers0