What chrome actually does when the status of resource loading
?In the image, The network request all duration is 2.97s
, and 53.67ms
is network transfer
, 2.92s
is the resource loading
. What browser actually does when this resource loading
status?
Asked
Active
Viewed 6,476 times
21
-
Similar question posted by me https://stackoverflow.com/questions/60972176/chrome-developer-tools-performance-profiling?noredirect=1#comment107871172_60972176 – Magesh Narayanan Apr 08 '20 at 18:05
-
No answer there either until now :) – wintercounter Jun 19 '20 at 00:02
1 Answers
4
Resource loading typically involves processing the received data. you could find what the app actually does for 'resource loading' phase by opening the 'Main' section (Frames, Interactions, Main -..), it would list function calls and the total time / self-time details.

SmAxlL
- 71
- 1
- 3