How to analyze the performance of requests in ASP.NET MVC application?
问题 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? 回答1: 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