Base solution for your next web application
Open Closed

Performance issue while loading website #8553


User avatar
0
zdeen created

Hi Friends,

I am using ASP.NET Core, Angular and the version is 7.2.0 and trying to troubleshoot perfroamce issue while laoding application homepage. As shown in screenshot below the call which is slowest is ABPConfiguration/getAll. The site is still in beta and we are testing it.

I couldn't find much about this call from ApplicationService.Doesn't looks like DB call is slow from Applciation Insights which is Applciation Monitoring Engine in Azure.I do have knowledge in SQL and .NET perfromance tuning but looking for help on what does GetAll method does during the first hit.

Almost similar case reported here but nothing concrete appears as resolution https://support.aspnetzero.com/QA/Questions/7566 In my case its API call which is slow and have enogh traces to conclude that. Wondering if anything I can collect to know where exactly in GetAll its slow.

Any pointers on what should I be looking and if any other customers have reported this kind of issue.

Thank a lot for the help in advance.