D
D
Dmitry Filandor2015-10-06 11:03:06
ASP.NET
Dmitry Filandor, 2015-10-06 11:03:06

What profiler do you use for ASP MVC projects?

Hello! Guys who uses what profiler? To see where the performance loss is, where the "heavy" query to the database is, and so on ...
I tried nuget Miniprofiler EF6 but it gives errors, it didn't start.
I tried the utility, but my database is already on the host, trace is forbidden there, like.
I also look at: ravendb.net/docs/article-page/2.0/csharp/appendixe... and nerddinner.codeplex.com/releases/view/45647 the last one is a bit old, probably asp mvc 5 and DB first does not support the approach.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dmitry Kovalsky, 2015-10-06
@dmitryKovalskiy

I use Profiler from MS SQL delivery set. doesn't suit you?

A
Andrey Skorzhinsky, 2015-10-06
@AndyKorg

Native Profiler is a very powerful thing, I have not seen anything better.

A
Artem Dudnik, 2015-10-15
@schart

I advise you to look at Glimpse
There are separate plugins for ADO, and EF, as well as for all popular libraries.
Allows you to view specific requests, execution time, parameters, etc.
Plus, it provides a lot of analytics on what time is spent on processing.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question