Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate compose compiler metrics and fix any issues present #101

Closed
3 tasks done
jayasuryat opened this issue May 18, 2022 · 4 comments
Closed
3 tasks done

Generate compose compiler metrics and fix any issues present #101

jayasuryat opened this issue May 18, 2022 · 4 comments
Assignees
Milestone

Comments

@jayasuryat
Copy link
Owner

jayasuryat commented May 18, 2022

Compose compile metrics

Finally there is a good tool to give some information about how composables might be performing.


  • Setup gradle configuration to enable compose compiler metrics
  • Generate metrics
  • Check and fix if any issue(s) found
@jayasuryat
Copy link
Owner Author

So far these are the composables which are restartable but not skippable.
Need to check and fix these composables on case by case basis.

Screenshot 2022-05-19 at 12 01 44 AM

merged_release-composables.csv


How to interpret these metrics?
Read here

@jayasuryat
Copy link
Owner Author

jayasuryat commented May 22, 2022

@jayasuryat
Copy link
Owner Author

All issues found have been fixed apart from the screens.

Screens have been left as-is as they have a viewmodel as param, and I need more time read and understand if those classes can be marked as @Stable

@jayasuryat
Copy link
Owner Author

@jayasuryat jayasuryat added this to the v1.0.0 milestone Jul 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant