← All freeCodeCamp videos

Chrome Dev Tools: Timeline Tab

17,441 views 173 likes 2015-08-24 2:56 Watch on YouTube ↗ freeCodeCamp ↗
Web DevelopmentFrontendChrome DevTools

Chapters

No chapter markers in this video's description.

Show the creator's full description
Info and mini-lesson on the 'Timeline' tab of Chrome Dev Tools. Check out more in-depth documentation here: https://developers.google.com/web/tools/profile-performance/evaluate-performance/timeline-tool The Timeline panel lets you record and analyze all the activity in your application as it runs. It's the best place to start investigating perceived performance issues in your application. Just like you use network to find out how long things take to communicate with the internet and you use sources to find out where something's broken, you can use timeline to figure out what's going on and how long it takes in even more detail. With the timeline you record events using the small circle button. You can record (or capture) stacks, profile js, memory, and paint (css). When you record (capture) these, it sets them up in small, detailed logs that you can organize many ways to fit you. All of this will help you to better understand what's happening in the browser, particularly which events require more browser memory than others. When you're using timeline, remember to use this 'clear' button and to start recording before you load the page, depending on what you want to capture. You'll notice that when you record JS events, clicking on the title or "function call" on the left will take you to the document and line of that function using the resource panel. ❤️ Support for this channel comes from our friends at Scrimba – the coding platform that's reinvented interactive learning: https://scrimba.com/freecodecamp

Description and video by freeCodeCamp.org. This page is an independent companion view; the video is embedded from YouTube.