Begin Render Analysis
begin_render_analysisStart React render profiling by choosing live capture or manual Profiler JSON import to identify rerender storms and slow components.
Instructions
Entry point for render profiling. Choose an approach: live — react-scan/lite streams events in real time; exact rerender causes, source locations, changeDescription. manual — no install needed; user exports a JSON from the React DevTools Profiler tab and shares the file path. Ask the user which approach they prefer before calling this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| approach | Yes | "live": react-scan/lite live capture (richer data, needs npm install). "manual": React DevTools Profiler JSON export (no install, less detailed). |