Using the MVC-Mini-Profiler with Entity Framework
Posted on July 26th, 2011 by Benjii
The MVC Mini Profiler is an awesome tool that can help you reduce your page load times by showing you exactly how long each action, database query, view and even partial view took to load. It can be a little tricky to get right, especially using Entity Framework, but if you follow these steps you [...]