Composibles without issues are populated with composibles with issues #47
-
Greetings! Looking at report, I see some bits which are marked as unstable (VMs, Uri, etc). But these widgets are in the "Composibles without issues". Is this behavior correct? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
@leffsu Please refer to this doc: https://github.com/androidx/androidx/blob/androidx-main/compose/compiler/design/compiler-metrics.md They suggest that it's a good sign if the function is skippable and restartable. In your report, you can see that both these functions are skippable as well as restartable. They mention that it would be bad if Functions that are restartable but not skippable. |
Beta Was this translation helpful? Give feedback.
-
Got it, thank you! |
Beta Was this translation helpful? Give feedback.
-
If you have any questions in future, feel free to discuss them in the discussions forum: https://github.com/PatilShreyas/compose-report-to-html/discussions It would be helpful for other visitors as well 😃. |
Beta Was this translation helpful? Give feedback.
@leffsu Please refer to this doc: https://github.com/androidx/androidx/blob/androidx-main/compose/compiler/design/compiler-metrics.md
They suggest that it's a good sign if the function is skippable and restartable. In your report, you can see that both these functions are skippable as well as restartable. They mention that it would be bad if Functions that are restartable but not skippable.