Compose recomposition performance Router only — deep fixes live in and . Two axes 1. Parameter stability / skipping — can Compose skip this restartable composable; are arguments stable and comparable? 2. Where is read — is frame-rate read during composition vs layout/draw? Either axis can dominate; they combine independently. Route here → focused skill | Primary suspicion | Next skill | |---|---| | Skipping, unstable params, compiler/ churn | | | Frame-rate read phase (composition vs layout/draw) | | | Evidence for both | Apply both skills in parallel | Review order 1. Decide which axis fits…