Why does a css file embedded in a DLL take 50.9ms to 9.4s to load?
I have a Blazor server app running on Azure app server. I am using Application Insights to measure performance and as I am new to Application Insights, this may be a user error.
Application Insights – How do I get the actual SQL queries when investigating
I have a Blazor server app that is connected to Application Insights as specified here (SDK server approach). One difference, it says to call:
What does adding/using Application Insights from Visual Studio do?
I have added Application Insights to my app by following the Blazor server instructions here. As listed, I added the NuGet package Microsoft.ApplicationInsights.AspNetCore
.