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 … To get the profiler profiling all we need to do is add the following to our Global.asax.cs: protected void Application_BeginRequest() { if (Request.IsLocal) { MiniProfiler. …








