Get Render Summary
get_render_summarySummarize loaded Next.js render profiles to identify top components by render cost and reveal detected issues such as rerender storms and commit spikes.
Instructions
Summarize the loaded Next.js render profile, including top components by render cost and detected render issues (rerender storms, commit spikes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many top components to include. Defaults to 10. | |
| profileId | No | Profile ID from load_render_profile. Omit to list loaded profiles. |