gradle-build-performance

Diagnose Android/Gradle build bottlenecks and validate optimizations with build scans.

1|Updated Sep 7, 2025
One-click install
npx skills add https://github.com/sahuadarsh0/Wallet --skill gradle-build-performance-sahuadarsh0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gradle-build-performance
Source: https://github.com/sahuadarsh0/Wallet/tree/main/.cursor/skills/gradle-build-performance
Command: npx skills add https://github.com/sahuadarsh0/Wallet --skill gradle-build-performance-sahuadarsh0

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Android/Gradle build performance can be slow, hindering development cycles; this skill provides techniques to diagnose and optimize builds.

Core Features & Use Cases

  • Measure baseline build times for clean and incremental builds.
  • Identify bottlenecks between configuration and execution, and apply targeted optimizations.
  • Validate improvements with follow-up builds and build scans.

Quick Start

Run a clean build to establish a baseline, then apply one optimization and compare results.

Frequently Asked Questions about gradle-build-performance

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I speed up slow Gradle builds for Android?

Identify build performance bottlenecks by capturing a build scan to separate configuration vs execution phase issues. This allows you to apply targeted optimizations and validate improvements with follow-up builds.

How do I reduce Android CI/CD pipeline build times?

Reduce Android CI/CD build times by measuring baselines, identifying bottlenecks between configuration and execution, and applying one optimization per iteration to validate improvements using build scans.

What is the best way to diagnose Gradle configuration vs execution bottlenecks?

The best way to diagnose Gradle bottlenecks is capturing a build scan to identify whether the performance issue is in the configuration or execution phase, then applying a targeted optimization and validating the result.

Do I need build scans to optimize Android build performance?

Build scans are needed to validate improvements and identify bottlenecks accurately across Android projects. You measure a baseline, apply an optimization, and capture a follow-up build scan to confirm the reduced build times.

Can I use Gradle build cache and configuration cache for incremental builds?

You can apply build cache and configuration cache optimizations to incremental builds. Apply one optimization per iteration, then run a follow-up build to validate the performance improvements against your baseline.