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

Further optimise the UI performance #736

Closed
katat opened this issue Feb 28, 2019 · 0 comments
Closed

Further optimise the UI performance #736

katat opened this issue Feb 28, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@katat
Copy link
Contributor

katat commented Feb 28, 2019

The size of data coming from both the transaction and receipt API can be large, and can lead to performance overhead as the selectors do the deep comparison to decide if it is necessary to emit new data events to the downstream.

If it can just compare the last record of the response of these two APIs instead of the whole data bundle for every data poll, it could avoid the potential performance issue when the wallet has a lot of transactions.

@katat katat added the enhancement New feature or request label Feb 28, 2019
@katat katat self-assigned this Feb 28, 2019
@katat katat mentioned this issue Mar 13, 2019
@katat katat closed this as completed Mar 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant