Performance Hands-On 7 - Main Flame Chart

Main Flame Chart in Performance Tool

What is the Main Flame Chart?

The Main Flame Chart visualizes what's happening on the main thread of your website. It shows JavaScript execution, rendering, and layout operations in a hierarchical format where:

Hands-On Exercise

  1. Open the DevTools in your browser (F12 or right-click and select "Inspect").
  2. Go to the "Performance" tab.
  3. Click the "Record" button to start recording.
  4. Click the different buttons below in sequence to generate diverse performance data.
  5. Click the "Stop" button in DevTools to stop recording.

Analyzing the Main Flame Chart

After recording, look for these key elements:

Practice Tips