Performance Hands-On 10 - Summary

Performance Tool Demo

Use the buttons below to generate various activities, then analyze them in the Performance panel

Performance Tool Key Features

1. Summary View

The Summary tab provides an overview of where time was spent loading and running the page.

Try it: Click Record, use the buttons above, then check how time is distributed in the Summary panel.

2. Bottom-Up View

Shows functions that took the most time, sorted by "self time" (time spent in the function itself).

Try it: Click the "Run Heavy Calculation" button, record performance, and check the Bottom-Up tab.

3. Call Tree View

Shows the calling structure - which functions called other functions and how much time was spent.

Try it: Record while using multiple buttons, then examine the Call Tree to see the call hierarchy.

4. Event Log View

Chronological list of all recorded events during the performance capture.

Try it: Record a session with animation and network activity, then review the Events Log.

Quick Start Guide

  1. Open DevTools (F12 or Right-click → Inspect)
  2. Switch to the "Performance" tab
  3. Click the "Record" button (circle icon)
  4. Interact with the buttons above to generate activity
  5. Click "Stop" to end recording
  6. Explore the different views: Summary, Bottom-Up, Call Tree, and Event Log
  7. Analyze the data to identify performance bottlenecks