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 more performance tests #53

Open
1 task
GavinJoyce opened this issue Sep 16, 2015 · 3 comments
Open
1 task

Add more performance tests #53

GavinJoyce opened this issue Sep 16, 2015 · 3 comments

Comments

@GavinJoyce
Copy link
Collaborator

From @stefanpenner's comment:


image


I'm planning to add more comprehensive tests to ember-performance soon. Please let me know if there are any particular tests that you would like to see.

Some requests from the comments below:

  • Ember Data performance tests
@topaxi
Copy link

topaxi commented Sep 16, 2015

Ember Data performance tests might be interesting too, they could be in a separate repository though.

@vitch
Copy link

vitch commented Sep 16, 2015

I have some serious performance issues with ember-data loading thousands of records with relationships... And switching the API, adapters and serializers to JSON-API results in a 4x slow down compared to using the data in REST API format (with ember-data 2.0.0). I was thinking of trying to provide an example of this and am happy to help if you have an idea how we can benchmark the two different approaches (I imagine we'd need two sets of models, serializers, adapters and fixture JSON)...

@GavinJoyce
Copy link
Collaborator Author

I'd like to see more tests covering:

  • initial render of complex nested templates and rerenders where the data changes.
  • Route transitions
  • creation and invalidation/recomputation of computed properties
  • application boot time

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

3 participants