Hello Everyone,
Good Morning
I am running a Asp.Net MVC web application hosted in Azure Environment. In Azure environment I am using ServicePlanCP (S3: 2)
Actually I am facing slowness on first load of the pages of application but the subsequent page load is working fine most of the time.
I have also noticed that the CPU usage reaches as high as 99% and subsequent page load for the same pages also slows down.
I also set "Always on" in Configuration>General Setting of the App service setting (Prevents your app from being idled out due to inactivity.)
Kindly suggest what should I also care about? Or is there any other thing I am missing?
Thank You