As a standard definition, we consider the app launching time as the times it takes for the OS to make the app available to interact with, once the user touches the app's icon to open it.
There are 3 types of app launch (cold, warm & hot) which severely impact the time it takes to make an app responsive to the end user.
Android Vitals considers a bad app launching time when:
How to measure app launching time in Apptim Desktop?
Supported on Apptim Desktop v0.6.6 or later
The only step required to measure launching time of an Android app is to choose to launch the app automatically, before starting the test in Apptim Desktop.
After Apptim launches your app, you can stop the recording and generate the session report. The app launching time, which is measured as a cold startup, can be found inside the Environment section in the Apptim report.
How to measure app launching time in CI/CD?
Apptim CLI measures startup time-taken of the app to launch plus the launching type (cold / hot / warm). This information is dumped in the startup_time.tsv
file when running in CI/CD.
If you have any questions about this guide or need support, feel free to contact us at [email protected].