Hey everyone,
I have been working on improving the performance of an ASP…NET Core application and recently integrated MiniProfiler. I am amazed at how it highlights bottlenecks and slow database queries !! However, I am curious about a few things:
- Custom Timings: Has anyone set up custom timing events: ?? I would like to profile specific blocks of code that aren’t database related but I am not sure if I am doing it efficiently.
- Database Profiling: While I am able to track SQL queries, what is the best way to integrate MiniProfiler with an ORM like Dapper or EF Core: ?? Any tips to get the most accurate timings: ??
- Real-World Use: For those who have been using MiniProfiler in production, how has it impacted your app’s performance monitoring: ?? Any gotchas I should watch out for: ??
Looking forward to learning from your experiences and tips. I have also read this https://www.c-sharpcorner.com/article/optimizing-api-performance-in-asp-net-core-web-api-with-miniprofiler-and-glimpse-cissp/ it helped me a little but looking for more tips and advice.
Thanks in advance !!
Derek Theler