Performance/Fenix: Difference between revisions

Jump to navigation Jump to search
→‎COLD/WARM/HOT start up: Add "state" description
(→‎Glossary: Add anchor name to avoid bustage if section title changes)
(→‎COLD/WARM/HOT start up: Add "state" description)
Line 115: Line 115:
-->{{#if:|<span id=""></span>}}<!--
-->{{#if:|<span id=""></span>}}<!--
-->{{#if:|<span class="error">Error in {{tl|anchor}}: too many anchors, maximum is 10.</span>}}Glossary ==
-->{{#if:|<span class="error">Error in {{tl|anchor}}: too many anchors, maximum is 10.</span>}}Glossary ==
=== COLD/WARM/HOT start up ===
=== State: COLD/WARM/HOT ===
Our definitions are similar, but not identical to, [https://developer.android.com/topic/performance/vitals/launch-time#internals the Google Play definitions].
"State" refers to how cached the application is, which will impact how quickly it starts up.
 
[https://developer.android.com/topic/performance/vitals/launch-time#internals Google Play provides a set of definitions] and our definitions are similar to, but not identical, to them:
* COLD = starting up "from scratch": the process and HomeActivity need to be created
* COLD = starting up "from scratch": the process and HomeActivity need to be created
* WARM = the process is already created but HomeActivity needs to be created (or recreated)
* WARM = the process is already created but HomeActivity needs to be created (or recreated)
Confirmed users
975

edits

Navigation menu