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

Slow load times #295

Closed
olemis opened this issue Dec 24, 2019 · 0 comments · Fixed by #306
Closed

Slow load times #295

olemis opened this issue Dec 24, 2019 · 0 comments · Fixed by #306
Assignees
Labels
bug Something isn't working
Milestone

Comments

@olemis
Copy link
Contributor

olemis commented Dec 24, 2019

Describe the bug
Slow load times .

Environment information:

  • OS: Mac OS X
  • Platform: Darwin 17.4.0 x86_64

Steps to Reproduce

  1. Execute make run from the command line

Actual behavior
Wallet takes too long to show GUI . By diving in app logs the app is taking a lot of time requesting output endpoints e.g.

[2019-12-23T21:32:43-05:00] INFO [Skycoin Account]: POST /api/v1/outputs?addrs=xxx

This could be related to determining account balance to render in wallet tree.

Expected behavior
Wallet GUI should be opened as soon as possible. All wallet data should be loaded in the background and progress indicator be shown .

Additional context
The concrete testing environment consisted of 21 local wallets.

Possible implementation

Wallet GUI should be opened once a manager is instantiated. Wallets should be added async in the tree as they get enumerated . All other data , such as inline balance label , should be included async as well .

@olemis olemis added the bug Something isn't working label Dec 24, 2019
@olemis olemis added this to the 0.27.0 milestone Dec 24, 2019
AntiD2ta added a commit to simelo/fibercryptowallet that referenced this issue Dec 24, 2019
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Jan 3, 2020
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Jan 3, 2020
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Jan 3, 2020
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Jan 3, 2020
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Jan 3, 2020
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Jan 3, 2020
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Jan 3, 2020
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Jan 3, 2020
…et and then refresh balance and address async
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Jan 3, 2020
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Jan 3, 2020
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Jan 3, 2020
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Jan 6, 2020
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Jan 6, 2020
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Jan 6, 2020
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Jan 6, 2020
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Jan 6, 2020
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Jan 6, 2020
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Jan 7, 2020
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Jan 7, 2020
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Jan 7, 2020
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Jan 9, 2020
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Jan 9, 2020
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Jan 9, 2020
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Jan 9, 2020
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Jan 18, 2020
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Jan 18, 2020
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Jan 18, 2020
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Jan 18, 2020
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Jan 18, 2020
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Jan 18, 2020
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Jan 18, 2020
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Jan 18, 2020
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Jan 18, 2020
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Jan 27, 2020
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Jan 27, 2020
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Jan 27, 2020
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Jan 27, 2020
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Jan 27, 2020
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Jan 27, 2020
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Jan 27, 2020
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Jan 27, 2020
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Feb 6, 2020
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Feb 6, 2020
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Feb 10, 2020
stdevMac added a commit to simelo/fibercryptowallet that referenced this issue Feb 10, 2020
olemis added a commit to simelo/fibercryptowallet that referenced this issue Feb 13, 2020
olemis added a commit to simelo/fibercryptowallet that referenced this issue Feb 14, 2020
olemis added a commit to simelo/fibercryptowallet that referenced this issue Feb 14, 2020
olemis added a commit that referenced this issue Feb 27, 2020
Fixes #295 slow load times

Disclaimer: Issues detected in history view
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants