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

Improve UI performance #46

Open
john-hu opened this issue Jun 20, 2017 · 1 comment
Open

Improve UI performance #46

john-hu opened this issue Jun 20, 2017 · 1 comment

Comments

@john-hu
Copy link
Member

john-hu commented Jun 20, 2017

We use main-thread to handle all messages from websocket. It would be nice to handle the data at batch. Because the message from web worker may be too fast that a redux cannot handle it with clone or immutable structure. We can aggregate some of them and process them in a batch.

@kilikkuo
Copy link
Contributor

By setting a timeout for those tasks which send data to browser via websocket [1], it improved the UI response time.
To handle those tasks in a batch would be a good next step !

[1] cc12176#diff-6a65a002c0884542424d32c1a57310d2R373

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

No branches or pull requests

2 participants