Initial Qn Profiling - ASP.NET MVC + Mini-Profiler + Chrome Developer Tools

enter image description here

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 .

+5
1

-, .

, :

image

118 , dns 598 , 205 , 1173 . , DOM 1,27 .

, .

.

  • , dns.
  • , ( keepalive)

[ ]

  • , TCP
  • -/-
  • ( )
  • , TCP-, .

[/ ]

  • , , . ( TCP-)
  • , , .
  • ,

( JavaScript CSS, )

+4

All Articles