get_render_summary
Summarize a React DevTools Profiler export to reveal total commits, render time, slowest components, and wasted renders. Use this overview to assess performance problem scale before drilling deeper.
Instructions
Returns a high-level overview of a React DevTools Profiler export: total commits, total render time, top 5 slowest components by self time, and total spurious (wasted) render count. Use this first to understand the scale of the performance problem before drilling into specifics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile_path | Yes | Absolute path to the React DevTools Profiler export (.json) |