Azure Website Performance - Azure MVC Application Websites

I hope to get advice on how I can understand what is happening with some of the performance issues that I suffer from. I have a regular MVC application that runs on Azure sites in a data center in Western Europe. I have one of our offices trying to connect to a website from Singapore where there is a problem. If I connect to the site itself (from the UK), performance is fast and inconspicuous. If our Singapore office is trying to connect performance, it is very slow. Sometimes the transition to the initial homepage is slow (i.e. no database connections are required for the login page).

The page sometimes just sits there. I want to know how I can debug performance issues with Azure? What kind of performance or performance checks can I do to find out if this is a website / sql issue.

thank

+4
source share
3 answers

Azure New Relic add from the market is very useful. There is a free version that gives you a lot of details about browser performance and basic sql profiling.

It can provide such details as shown in the screenshot below. enter image description here

+2
source

All Articles