You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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)...
From @stefanpenner's comment:
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:
The text was updated successfully, but these errors were encountered: