ember-data-model-fragments icon indicating copy to clipboard operation
ember-data-model-fragments copied to clipboard

Ember Model Fragments Freezes Chrome DevTools/Ember Inspector

Open redrobot5050 opened this issue 8 years ago • 2 comments

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:

  1. Create a model with a fragment (example: Model: Person) with a fragment (PhoneNumbers).
  2. In the app, load the models through the store.
  3. Open your Chrome (Version 60.0.3, 64-bit) DevTools, navigate to the Ember tab.
  4. In the Ember Inspector, select Data.
  5. Select the model with the ember-data fragment (Person) and see that no data is displayed.
  6. DevTools and the Tab are no longer responding, and must be closed.

redrobot5050 avatar Sep 14 '17 22:09 redrobot5050

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.

workmanw avatar Sep 14 '17 22:09 workmanw

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.

workmanw avatar Sep 14 '17 22:09 workmanw