Analyze Overall Network Traffic Using Overview Tool in Chrome Devtools

Share this video with your friends

Social Share Links

Send Tweet
Published 8 years ago
Updated 5 years ago

Use the Overview tool in the Network devtool to see requests over time, and to constrain the tool to a given window of time so that you can focus on a subset of traffic.

[00:00] As we've seen looking at the network history of your application as it runs, is really something that takes place over time. If we go over here to the network panel -- let's go ahead and restart an empty cache and hard reload so we can see this -- we've got this overview tool up here at the top.

[00:20] Now you can toggle it by clicking this button here. What this is showing, is the amount of time that's elapsed since the application was opened. Over here is, zero, and the longer it runs the longer this grows out. This overview tool allows you to do a snapshot.

[00:42] Let's say we're going to go ahead and click on it a bunch of times, and we're going to get the name from the server. We're sending out a bunch of different requests. All of that you can see visually here over time when those requests took place, and you can see about how long they took.

[01:00] I can click, and I can select this window here. What that's going to do is filter this view, to show me only those requests that took place within that window. I can zoom -- I'm using two fingers on my trackpad to zoom out and to zoom in to make this window larger or smaller -- and I can use two fingers on my trackpad left or right to drag this window around.

[01:28] If you're interested in the network performance of your application over time, this is a really good way to hone in on specific things, and examine only those events that took place within a given window.

egghead
egghead
~ 20 minutes ago

Member comments are a way for members to communicate, interact, and ask questions about a lesson.

The instructor or someone from the community might respond to your question Here are a few basic guidelines to commenting on egghead.io

Be on-Topic

Comments are for discussing a lesson. If you're having a general issue with the website functionality, please contact us at support@egghead.io.

Avoid meta-discussion

  • This was great!
  • This was horrible!
  • I didn't like this because it didn't match my skill level.
  • +1 It will likely be deleted as spam.

Code Problems?

Should be accompanied by code! Codesandbox or Stackblitz provide a way to share code and discuss it in context

Details and Context

Vague question? Vague answer. Any details and context you can provide will lure more interesting answers!

Markdown supported.
Become a member to join the discussionEnroll Today