I am looking for Profiling solutions for following environment, could someone suggest please.
- ASP.NET Core 2 on net471
- EntityFramework 6.2.0
- Angular 5.0.0
I looked into MiniProfiler & Glimpse.
- Glimpse has not been upgraded for Core 2.0 yet.
- MiniProfiler works with Core 2 but does not work properly for SPA. Someone has tried to extend
http
of Angular 2 but Angular 5 now usesHttpClient
&interceptor
I think. - Also I could not figure out how to profile
DataContext (System.Data.Linq)
for SQL profiling using MiniProfile. Docs suggestsConnection
wrapping approch. This is a separate issue I guess.