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

Fix performance bottlenecks #12

Closed
saul opened this issue Feb 16, 2016 · 1 comment
Closed

Fix performance bottlenecks #12

saul opened this issue Feb 16, 2016 · 1 comment
Milestone

Comments

@saul
Copy link
Owner

saul commented Feb 16, 2016

There is a significant performance issue when performing SQL queries with a large number of results.

Although the query itself takes only 500ms, it takes JS 5 seconds.

I believe there are also additional performance issues with adding many thousands of elements to an array of objects. Vue.js is trying to observe them all when it's not necessary.

@saul saul changed the title Fix Sequelize performance bottleneck Fix performance bottlenecks Feb 16, 2016
@saul saul added this to the Spr/8 milestone Feb 16, 2016
@saul
Copy link
Owner Author

saul commented Feb 17, 2016

Suggest moving from 2D canvas to using Three.js for improved performance courtesy of WebGL. We will be able to offload more of the rendering to the GPU, which is always good.

@saul saul closed this as completed in 9de7753 Feb 23, 2016
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

1 participant