ember-data-model-fragments
ember-data-model-fragments copied to clipboard
Ember Model Fragments Freezes Chrome DevTools/Ember Inspector
Versions: Ember Inspector: 2.1.1 (up to date) Ember: 2.13.1 Ember-Data: 2.15.0-beta.1 jQuery: 3.2.1 Ember Bootstrap: 1.0.0-rc.1 Model Fragments: 2.14.0
Steps to Reproduce:
- Create a model with a fragment (example: Model: Person) with a fragment (PhoneNumbers).
- In the app, load the models through the store.
- Open your Chrome (Version 60.0.3, 64-bit) DevTools, navigate to the Ember tab.
- In the Ember Inspector, select Data.
- Select the model with the ember-data fragment (Person) and see that no data is displayed.
- DevTools and the Tab are no longer responding, and must be closed.
I believe this is actually an issue with Ember proper. Unless you're saying that there is also a problem with the fragment data outside of the ember inspector.
See: https://github.com/emberjs/ember-inspector/issues/690
If you open Developer Tools with Ember and you go the Data - chrome tab freezes and uses a lot of resources.