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

Enhancement performance for launching screen #393

Merged
merged 4 commits into from
Oct 10, 2021

Conversation

bannzai
Copy link
Owner

@bannzai bannzai commented Oct 10, 2021

Abstract

起動時に起こる非同期処理のUI Blockingを削除

Why

起動時間が長いな。と思って削除した。Crashした時とかにタイミングによってはuser_idがセットされてなかったりするかもだけど許容することに

_subscribe();
});
void reset() async {
await Future.wait([
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ついでに並列化した。非同期的に値が変わるから微妙に検証がめんどくて避けてたが、まあ大丈夫だろう

@bannzai bannzai merged commit 905cda9 into main Oct 10, 2021
@bannzai bannzai deleted the enhancement/performance/launch_time branch October 10, 2021 23:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant