
Two sections highlighted above.
1st - Mini-Profiler telling me how much time execution of a Controller/Action is taking (called via ajax)
87ms
2nd - Chrome Web Inspector telling me how much time the same ajax request is taking to complete
535 ms
Using glimpse, I figured that execution of the other lifecycle events (base controller / filters) took ~22ms.
Looking for guidance to figure out where the rest of the time is going.
Thanks.
Edit
This is almost consistent (variance is ~10 - 20 ms in both values - Mini-Profiler's and Chrome Inspector's).
These results are for an online request against a production server (VPS) running IIS 7.5. When these numbers are measured on a dev machine (localhost running IIS express), difference in Mini-Profiler and Chrome Inspector results isn't as significant.
