Trace any slow build to its root cause
- Isolate the task, plugin, dependency, or daemon causing a slow build using the Build Scan Performance page.
- Identify inefficient build phases — such as configuration or dependency resolution — by measuring discrete build phase durations instead of relying on opaque CI step totals.
- Compare a slow build against a fast one to see exactly what changed — the inputs, dependencies, or environment behind a performance regression.





