When working on new features, app performance often takes a back seat. However, while it’s not always top of mind for developers, users can see exactly where your app’s performance lags behind. When that new feature takes a long time to load or is slow to render, your users can become frustrated. And unhappy users are more likely to abandon the feature you spent so much time on.
App performance is a core part of user experience and app quality, and recent studies and research shows that it’s highly correlated with increased user satisfaction, higher retention, and better review scores.
And we’re here to help… Welcome to Android Performance Spotlight Week! All week long, we’re providing you with low-effort, high-impact tools and guidance to get your app on the fast track to better performance. We help you lay the foundation and then dive deeper into helping your app become a better version of itself.
The R8 optimizer and Profile Guided Optimizations are foundational tools to improve overall app performance. And that’s why we just released significant improvements to Android Studio tooling for performance and with the Android Gradle Plugin 9.0 we’re introducing new APIs to make it easier for you to do the right thing when configuring the R8 Android app optimizer. Jetpack Compose version 1.10, which is now in beta, ships with several features that improve app rendering performance. In addition to these updates, we’re bringing you a refresher on improving app health and performance monitoring. Some of our partners are going to tell their performance improvement stories as well.
Stay tuned to the blog all week as we’ll be updating this post with a digest of all the content released. We’re excited to share these updates and help you improve your app’s performance.
Here’s a closer look at what we’ll be covering:
Monday: Deliberate performance optimization with R8
November 17, 2025
We’re kicking off with a deep dive into the R8 optimizer. It’s not just about shrinking your app’s size, it’s about gaining a fundamental understanding of how the R8 optimizer can improve performance in your app and why you should use it right away. We just published the largest overhaul of new technical guidance to date. The guides cover how to enable, configure and troubleshoot the R8 optimizer. On Monday you’ll also see case studies from top partners showing the real-world gains they achieved.
Read the blog post and developer guide.
Tuesday: Debugging and troubleshooting R8
November 18, 2025
We tackle the “Why does my app crash after enabling R8?” question head-on. We know advanced optimization can sometimes reveal edge cases, so we’re focusing on debugging and troubleshooting R8 related issues. We’ll show you how to use new features in Android Studio to de-obfuscate stack traces, identify common configuration problems, and implement best practices to get the most out of R8. We want you to feel confident, not just hopeful, when you flip the switch.
Content coming on November 18, 2025
Wednesday: Deeper performance considerations
November 19, 2025
Mid-week, we explore high-impact performance offerings beyond the R8 optimizer. We’ll show you how to supercharge your app’s startup and interactions using Profile Guided Optimization with Baseline Profiles and Startup Profiles. They are ready and proven to deliver another massive boost. We also have exciting news on Jetpack Compose rendering performance improvements. Plus, we’ll share how to optimize your app’s health by managing background work effectively.
Content coming on November 19, 2025
Thursday: Measure and improve
November 20, 2025
It’s not an improvement if you can’t prove it. Thursday is dedicated to performance measurement. We’ll share our complete guide, starting from local measurement and debugging with tools like Jetpack Macrobenchmark and the new UiAutomator API to capture jank and startup times, all the way to monitoring your app in the wild. You’ll learn about Play Vitals and other new APIs to understand your real user performance and quantify your success.
Content coming on November 20, 2025
Friday: Ask Android Live
November 21, 2025
We cap off the week with an in-depth, live conversation. This is your chance to talk directly with the engineers and Developer Relations team who build and use these tools every day. We’ll have a panel of experts from the R8 and other performance teams ready to answer your toughest questions live. Get your questions ready!
Content coming on November 21, 2025
📣 Take the Performance Challenge!
We’re not just sharing guidance. We’re challenging you to put it into action!
Here’s our challenge for you this week: Enable R8 full mode for your app.
-
Follow our developer guides to get started: Enable app optimization.
-
Then, measure the impact. Don’t just feel the difference, verify it. Measure your performance gains by using or adapting the code from our Macrobenchmark sample app on GitHub to measure your startup times before and after.
We’re confident you’ll see a meaningful improvement in your app’s performance.
While you’re at it, use the social tags #AskAndroid to bring your questions. Throughout the week our experts are monitoring and answering your questions.













