Explain Growth
explain_growthCompare two builds to identify routes and chunks driving bundle size growth. Get severity-ranked findings, top growing chunks, and a regression summary for targeted optimization.
Instructions
Identify which routes and chunks are responsible for bundle size growth between two loaded builds. Returns severity-ranked route findings, the top growing chunks, and an overall regression summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max route findings and top growing chunks to return. Defaults to 10. | |
| currentBuildId | No | Current build ID from load_build_stats. Omit to list loaded builds. | |
| baselineBuildId | No | Baseline build ID from load_build_stats. Omit to list loaded builds. |