In the Network section of the Performance panel of Chrome DevTools (Chrome 59), each request has a line and bar. For example, look at ados.js
in the screenshot below.
Here's the timing breakdown for ados.js
.
How do these two representations map to each other?
The Network view allows you to see and analyze the network requests that make up each individual page load within a single user's session. You can use this view to investigate the causes of slow pages and identify performance bugs.
To access the Performance tab, navigate to the website you want to profile, then open Chrome DevTools by right-clicking and selecting Inspect. Select the Performance tab inside Chrome DevTools. The easiest way to capture a performance profile is by clicking the Start profiling and reload page icon.
Initial connection
(inclusive).Request sent
and Waiting (TTFB)
.Content Download
.Source: https://developers.google.com/web/tools/chrome-devtools/evaluate-performance/reference#network
P.S. there's now a feature request to show a timing breakdown when hovering over a request in the Network section of Performance panel: https://crbug.com/703335
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