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

Add web worker support for static layout #90

Open
mattrasto opened this issue Jan 7, 2019 · 0 comments
Open

Add web worker support for static layout #90

mattrasto opened this issue Jan 7, 2019 · 0 comments
Assignees
Labels
enhancement Improvement on existing feature or functionality
Milestone

Comments

@mattrasto
Copy link
Owner

Static layout currently renders on the main window thread, causing the interface to freeze while the network is rendered. Network rendering can be done in background threads using web workers, as explained here. This will significantly improve performance and UX.

@mattrasto mattrasto added the enhancement Improvement on existing feature or functionality label Jan 7, 2019
@mattrasto mattrasto added this to the 1.0.0 milestone Jan 7, 2019
@mattrasto mattrasto self-assigned this Jan 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement on existing feature or functionality
Projects
None yet
Development

No branches or pull requests

1 participant