How to analyze the performance of requests in ASP.NET MVC application?

eka picture eka · Oct 19, 2012 · Viewed 9.1k times · Source

I would like to capture the hit time, processing time, memory consumption and response time of requests in ASP.NET MVC application.

Is there any way or tool to perform this?

Answer

Shyju picture Shyju · Oct 19, 2012

Check the miniprofiler, developed by the stackoverflow team

http://code.google.com/p/mvc-mini-profiler/

This helps you to do some analysis. There is a nuget pacakge available which you can use to add this to your project.

Scott has written a post about how to use that.

You can also look into Glimpse.

There are commerical products to do memory and performance profiling like telerik just trace. You can download their trial version and use that