-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[perf, epic] Investigate the startup performance #33724
Comments
Some related work:
|
One important thing to check: do we correctly count CPU usage of short-living processes (like |
DataDecoder issue: #30940 |
Wallet startup performance (in case no created wallet): #33757 |
Greaselion old ticket about startup perf: #21366 |
Let's sum up the related work:
That iteration of optimization for startup CPU usage can be considered as done. |
Another data-decoder issue: #35886 |
The perf tests (
system_health.common_health
) shows that we use much more CPU during the startup.Mac x64, cr117:
Chrome 909.155ms, Brave: 2,160ms, Brave-no-adblock: 1,368ms
That could have a visible impact on user experience (especially on Android, when app restart is a usual thing)
The goals are:
This is meta issue to link all the related work.
The text was updated successfully, but these errors were encountered: