Startup performance
  1. Open the app from the launcher icon
  2. Measure the time it takes for the app to become interactive
Evaluation Recommendation
Slower than 5 seconds (0 points)
Extremely slow app startup

App startup this slow can trigger ANR in some scenarios. Even without ANR, users can be very frustrated by startup times in this range which negatively impacts user satisfaction, retention and business metrics.

Urgently invest engineering resources to improve this application's startup time.

The biggest app startup improvement potential can be realized by adopting Baseline Profiles, R8 and Dex Layout Optimizations. Adopt these technologies and retake the assessment.

Between 5 and 4 seconds (5 points)
Very slow app startup

Users likely find waiting for this app to start up frustrating. Faster app startup is directly related to improved business and user satisfaction metrics.

Treat app startup as high priority and immediately invest engineering time in this area.

Adopt Baseline Profiles, R8 and Dex Layout Optimizations, then retake the assessment for an updated score. If you already adopted these, follow the app startup guidance for other ways to improve app startup times.

Between 4 and 3 seconds (10 points)
Slow app startup

Users of this app will notice a delay in startup time. Faster app startup improves user driven metrics such as retention and ratings.

Invest engineering resources to continue driving down app startup times.

If you haven't yet, adopt Baseline Profiles, R8 and Dex Layout Optimizations, then retake the assessment for an updated score. Check out the app startup guidance for other ways to improve app startup times.

Between 3 and 2 seconds (20 points)
App startup time below user expectations

Many users will find app startup time in this range acceptable but not meeting their quality expectations. Faster app startup is directly related to improved business metrics. Look into further improving the app startup time.

Start or continue investing engineering resources into app startup.

Make use of Baseline Profiles, R8 and Dex Layout Optimizations to improve app startup and runtime performance by a big margin. If you already adopted these, follow the app startup guidance for other ways to improve app startup times.

Between 2 and 1 seconds (25 points)
Satisfying app startup time

Users likely are satisfied with this app's startup time. While there is still room for improving in this area, it's not urgent to take action.

Adopt high impact tools, then focus on other performance areas.

Monitor app startup times closely and make sure they don't regress. You can use macrobenchmarks to achieve this.
Schedule integration of Baseline Profiles, code optimizations via R8 and Dex Layout Optimizations as these are the biggest impact tools to improve app startup time.
Also check out the app startup guidance for other ways to improve app startup times. Take this evaluation on a low-spec device (such as an Android Go device) to get a better understanding of app startup time on these devices.

Less than 1 second (30 points)
Above expectations app startup time.

This app startup time is so fast, many users won't even notice it. Well done!

Keep up the brilliant work. Continue monitoring app startup time and react to regressions immediately.

To further improve app startup times, check out the app startup guidance. Adopting Baseline Profiles, R8 and Dex Layout Optimizations impacts not only app startup time but also runtime performance. If you haven't done so, schedule time to adopt them.
Take this evaluation on a low-spec device to get a better understanding of the app startup time for these devices.

Startup performance
  1. Trigger a notification for the app
  2. Open the app from the notification
  3. Measure the time it takes for the app to become interactive
Evaluation Recommendation
Slower than 5 seconds (0 points)
Extremely slow app startup

App startup this slow can trigger ANR in some scenarios. Even without ANR users can be very frustrated by startup times in this range which negatively impacts user satisfaction, retention and business metrics.

Treat this notification entry point as high priority and immediately invest engineering time in this area.

The biggest app startup improvement potential can be realized by adopting Baseline Profiles, R8 and Dex Layout Optimizations. Adopt these technologies and retake the assessment.

Between 5 and 4 seconds (2 points)
Very slow app startup

Users likely find this delay in app startup time frustrating. Faster app startup is directly related to improved business and user satisfaction metrics.

Urgently invest engineering resources to improve this startup time.

Adopt Baseline Profiles, R8 and Dex Layout Optimizations, then retake the assessment for an updated score. If you already adopted these, follow the app startup guidance for other ways to improve app startup times.

Between 4 and 3 seconds (5 points)
Slow app startup

Users of this app will notice a delay in startup time. Faster app startup improves user driven metrics such as retention and ratings.

Invest engineering resources to continue driving down app startup times.

If you haven't yet, adopt Baseline Profiles for this notification, optimizations via R8 and incldue the relevant code in a Startup Profile via Dex Layout Optimizations, then retake the assessment for an updated score. Check out the app startup guidance for other ways to improve app startup times.

Between 3 and 2 seconds (10 points)
App startup time below user expectations

Many users will find app startup time in this range acceptable but not meeting their quality expectations. Faster app startup is directly related to improved business metrics. Look into further improving the app startup time.

Start or continue investing engineering resources into this entry point.

Make use of Baseline Profiles, R8 and Dex Layout Optimizations to improve app startup and runtime performance by a big margin. If you already adopted these, follow the app startup guidance for other ways to improve app startup times.

Between 2 and 1 seconds (15 points)
Satisfying app startup time

Users likely are satisfied with this app's startup time. While there is still room for improving in this area, it's not urgent to take action.

Adopt high impact tools, then focus on other performance areas.

Monitor app startup times closely and make sure they don't regress. You can use macrobenchmarks to achieve this.
Schedule integration of Baseline Profiles, code optimizations via R8 and Dex Layout Optimizations as these are the biggest impact tools to improve app startup time.
Also check out the app startup guidance for other ways to improve app startup times. Take this evaluation on a low-spec device to get a better understanding of app startup time on these devices.

Less than 1 second (20 points)
Above expectations app startup time.

This app startup time is so fast, many users won't even notice it. Well done!

Keep up the brilliant work with your app's startup time. Continue monitoring app startup time and react to regressions immediately.

To further improve app startup times, check out the app startup guidance. Adopting Baseline Profiles, R8 and Dex Layout Optimizations impacts not only app startup time but also runtime performance. If you haven't done so, schedule time to adopt them.
Take this evaluation on a low-spec device to get a better understanding of the app startup time for these devices.

No notification entry point (20 points)
Nothing to do here

This app does not use notifications as entry points. So there is nothing to optimize here.

Take this assessment again when notifications are being used

In the meantime, check out other areas of app performance to improve.


Rendering performance
  1. Open the app and navigate to the target screen
  2. Perform a few interactions such as scrolling and clicking
  3. Measure the percentage of slow and frozen frames during these interactions
Evaluation Recommendation
Frequent ANR block interactions and animations (ANR or > 20 %) (0 points)
Unbearable rendering experience

A user experience at this level of performance is very frustrating to users. Low user satisfaction is directly linked to lower business performance, retention and user ratings.

Urgenty adopt high impact tools.

Immediately schedule adoption of high impact tools such as Baseline Profiles, R8 and Dex Layout Optimizations. Then retake the assessment.
Afterwards you can check out the follow the app performance guidance for other ways to improve rendering performance.

Animations block user interaction (20 - 15 %) (1 points)
Frame drops are highly noticeable

Highly noticeable frame drops result in lower app ratings and less than optimal retention rates. Collect traces to inspect hot spots for slow frames and work your way through the list.

Adopt high impact tools to improve rendering performance.

The biggest improvement potential can be realized by adopting Baseline Profiles, R8 and Dex Layout Optimizations. Adopt these technologies and retake the assessment.
For further help, follow the follow the app performance guidance.

Noticeable animation issues throughout (15 - 10 %) (5 points)
Below average rendering performance

The rendering issues surfaced are noticeable to users. This will lead to lower than optimal user satisfaction and ratings as well as business impact. If this was tested on a high end device, noticeable slow frames will be unbearable on a low end device.

Improve rendering performance by adopting high impact tools.

The biggest improvement potential can be realized by adopting Baseline Profiles, R8 and Dex Layout Optimizations. Adopt these technologies and retake the assessment.
For further help, follow the follow the app performance guidance.

Noticeable animation issues in a few areas (5 - 10 %) (10 points)
Rendering issues are a noticeable source of user frustration.

A few slow frames are all it takes to disappoint user's quality expectations. Unsatisfied users are more likely abandon apps.

Drive down rendering issues by adopting high impact tools.

Invest in improving this area to positively impact user ratings and business metrics. The biggest improvement potential can be realized by adopting Baseline Profiles, R8 and Dex Layout Optimizations. Adopt these technologies and retake the assessment.
For further help, follow the follow the app performance guidance.

Mostly smooth rendering (1 - 5 %) (20 points)
Smooth rendering is a great user experience.

Since there are still some slow frames, users might notice them. Regardless, this is a great user experience, especially on low end devices.

Continue driving down rendering issues to further improve user satisfaction.

Improving gets more challenging at this level. Continue driving down rendering issues to further improve user satisfaction. Ensure that there are no regressions and collect automated benchmarks for your most used devices and user journeys.
Test on low end devices and fix problems there. When it's good there, it'll be great on a high end device.
Invest in adopting Baseline Profiles, R8 and Dex Layout Optimizations. Adopt these technologies and retake the assessment.
For further help, follow the follow the app performance guidance.

Smooth rendering throughout (< 1 %) (30 points)
Brilliant rendering performance.

Congratulations! This app's rendering performance is great. There is no immediate need for action. Consider taking the evaluation on a low end device to get a better understanding of the rendering performance on these devices.

This area looks great, no immediate need for action.

Improving gets more challenging at this level. Continue driving down rendering issues to further improve user satisfaction. Ensure that there are no regressions and collect automated benchmarks for your most used devices and user journeys.
Test on low end devices and fix problems there. When it's good there, it'll be great on a high end device.
Invest in adopting Baseline Profiles, R8 and Dex Layout Optimizations. Adopt these technologies and retake the assessment.
For further help, follow the follow the app performance guidance.

Rendering performance
  1. Open the app and navigate to the target screen
  2. Measure how long it takes for the screen to be fully rendered and become interactive
Evaluation Recommendation
Extremely noticeable (> 3 second) (0 points)
Full screen renders should be smooth. This one is not.

Keeping an app responsive is key for a great user experience. Waiting for multiple seconds after an interaction is frustrating to users. This is a great opportunity to improve user satisfaction and business metrics.

Urgently invest in improving this full screen render.

Make sure to generate a Baseline Profile for this full screen render and check that R8 optimizations are enabled here. These areas are most impactful to improving app performance. Then come back to take another assessment for more guidance.

Very noticeable (1 to 3 seconds) (1 points)
Slower than optimal response time.

Full screen renders that are responding to user interactions should be as fast as possible. Slower than optimal rendering results in lower app ratings and is a source of user frustration. As developer your focus should be to improve user satisfaction. This is a great opportunity to improve user satisfaction and business metrics.

Invest engineering efforts to improve this full screen render.

Make sure to generate a Baseline Profile for this full screen render and check that R8 optimizations are enabled here. These areas are most impactful to improving app performance. You can also collect system traces to inspect hot spots for slow frames and work your way through the list. Then come back to take another assessment for more guidance.

Noticeable (500ms to 1 second) (5 points)
This full screen render is on the slow side.

Continue improving performance of this transition for a better score! Noticeable slow frames on a high end device will be unbearable on a low end device.

Continue investing engineering time to improve this transition.

Test on low end devices and fix problems there. When it's good there, it'll be great on a high end device. Make sure to generate a Baseline Profile for this full screen render and check that R8 optimizations are enabled here. These areas are most impactful to improving app performance. To get more information for this specific render, you can also collect system traces to inspect hot spots for slow frames and work your way through the list. Then come back to take another assessment for more guidance.

Slightly noticeable (100 to 500 ms) (10 points)
This almost looks well polished

Check if this full screen render can be improved. While a single slow full screen render is not overly dramatic, ensure that this is not a systemic issue which is impacting user satisfaction negatively. A few slow frames are all it takes to disappoint user's quality expectations.

Investigate this full screen render to see if it can be improved.

Use system traces to inspect hot spots for slow frames and work your way through the list. Collecting and evaluating these can also be automated with the macrobenchmark library
If you havent, adopt Baseline Profiles and R8 optimizations.
Test on low end devices and fix problems there. When it's good there, it'll be great on a high end device.

Almost not noticeable (100 to 50 ms) (15 points)
This full screen render is almost perfect.

Some power users still might notice transitions taking up to 100 milliseconds. This is a great result. Make sure to also test on low end devices to ensure that users aren't impacted by this transition.

Ensure users are happy and look for other areas to improve.

This full screen render result is almost perfect. Most users will be very happy with this performance. Make sure that this is also the case on low end devices.
If you want to improve further, look into Baseline Profiles and R8 optimizations.
Also check out the app performance guidance for more information on rendering performance.

Not noticeable (less than 50 ms) (20 points)
This is a stellar result.

Less than 50 milliseconds for a full screen render is remarkable and a great user experience. While you might still be able to improve this, at this point you're looking at marginal gains.

Keep up the stellar performance.

Look for app performance improvements in other areas. Continue monitoring to catch regressions early on. You can automate monitoring and catch regressions by using the the macrobenchmark library.

Dynamic App Performance Score

(0/4 questions answered)