Get Hot Commits
get_hot_commitsIdentify expensive render commits in a React profile and reveal top components behind each spike. Filter by priority level to isolate blocking or async commits, and adjust limits to focus analysis.
Instructions
Rank the most expensive commits in a loaded render profile and show the top components inside each spike.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many commits to include. Defaults to 10. | |
| profileId | Yes | Profile ID from load_render_profile | |
| priorityLevel | No | Filter to commits with this priority level only. Common values: "Immediate" (synchronous, input-blocking), "Normal" (async, e.g. API responses). Omit to include all priorities. | |
| componentLimit | No | How many top components to include per commit. Defaults to 3. |