
The two sections highlighted above.
1st - Mini-Profiler telling me how long it takes to execute Controller / Action (called via ajax)
87ms
2nd - Chrome Web Inspector telling me how long it takes the same ajax request to complete
535 ms
Using a glimpse, I realized that the execution of other life cycle events (base controller / filters) took ~ 22 ms.
Look for guidance to find out where the rest of the time is.
Thank.
Edit
This is almost consistent (the difference is ~ 10-20 ms in both values - Mini-Profiler and Chrome Inspector).
- (VPS), IIS 7.5. dev- (localhost IIS express), Mini-Profiler Chrome Inspector .