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

Updating points, changing data is slow, lets make that faster #330

Open
justinbmeyer opened this issue Sep 11, 2017 · 1 comment
Open

Updating points, changing data is slow, lets make that faster #330

justinbmeyer opened this issue Sep 11, 2017 · 1 comment

Comments

@justinbmeyer
Copy link
Contributor

No description provided.

imaustink added a commit that referenced this issue Sep 19, 2017
Impliment caching to improve performance

Closes #330
imaustink added a commit that referenced this issue Sep 19, 2017
Implement caching to improve performance

Closes #330
imaustink added a commit that referenced this issue Sep 21, 2017
Implement caching to improve performance

Closes #330
imaustink added a commit that referenced this issue Sep 21, 2017
Implement caching to improve performance

Closes #330
imaustink added a commit that referenced this issue Sep 21, 2017
Implement caching to improve performance

Closes #330
imaustink added a commit that referenced this issue Sep 22, 2017
Implement caching to improve performance

Closes #330
imaustink added a commit that referenced this issue Sep 25, 2017
Implement caching to improve performance

Closes #330
@imaustink
Copy link
Contributor

imaustink commented Sep 25, 2017

Although some of the performance issues were solved by #334, further improvements could be made, such as implementing steal optimized build (once stealjs/steal-tools#849 is fixed) and perhaps minimizing/optimizing the data sent to the client as currently, the slowest parts of the app are the initial load and getting data from the server.

@imaustink imaustink reopened this Sep 25, 2017
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