diff --git a/NzbDrone.Web/App_Start/MiniProfiler.cs b/NzbDrone.Web/App_Start/MiniProfiler.cs index 63375453a0..0aaa711bc3 100644 --- a/NzbDrone.Web/App_Start/MiniProfiler.cs +++ b/NzbDrone.Web/App_Start/MiniProfiler.cs @@ -84,7 +84,8 @@ public void Init(HttpApplication context) var request = ((HttpApplication)sender).Request; //TODO: By default only local requests are profiled, optionally you can set it up // so authenticated users are always profiled - if (request.IsLocal) { MiniProfiler.Start(); } + //if (request.IsLocal) { MiniProfiler.Start(); } + MiniProfiler.Start(); };