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?
https://i.stack.imgur.com/XjyOk.png
"Transferred" is the compressed size of all resources. You can think of it as the amount of upload and download data that a mobile user will use in order to load this page. "Resources" is the uncompressed size of all resources.
Google Chrome:Open developer tools (Menu > More tools > Developer tools or Ctrl + Shift + I or F12) Select the Network tab. Make sure that "Preserve log" is checked so that all traffic is captured. Access or refresh the page traffic needs to be captured for or a problem should be reproduced in.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With