I've been trying to find a bottleneck, that I believe is within our controllers (I suspect out Unity IoC).
From using the MVC-Mini-Profiler, I've found a method that takes 500ms to do the simplest task.
However after tracing into this using DotTracer - it only appears to be taking 16ms to execute the thread...
Anybody come across this before?
Just to note - Debug mode is set to false in Web.Config