correlate_chrome_trace
Align React commits with Chrome Performance trace events to identify Core Web Vitals (INP/CLS) impact from layout, paint, and style recalculations.
Instructions
Aligns React commits with Chrome Performance trace events (re-layout, paint, style calculations) using blink.user_timing ⚛ markers to calculate Core Web Vitals (INP/CLS) impact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trace_path | Yes | Absolute path to Chrome performance timeline trace export (.json) | |
| profile_path | Yes | Absolute path to the React DevTools Profiler export (.json) |