Chrome freezes tab with Ember Inspector extension
See original GitHub issueHello,
I’m using latest Chrome and Ember Inspector extension. The problem is, when you enable Ember Inspector extension and you go to the Data
and use unloadRecord()
for e.g. I have Delete
button which unloads record after delete and when I press it Chrome tab will freeze and uses a lot of memory and CPU. When I turn off ember extension everything works fine with developer tools opened, but with ember inspector extension I get this. Nothing helped, I even cleaned cache, settings and so on.
If you don’t open Developer Tools with Ember - everything is OK.
If you open Developer Tools for e.g. with Console tab - everything is OK.
If you open Developer Tools with Ember - everything is OK.
If you open Developer Tools with Ember and you go the Data
- chrome tab freezes and uses a lot of resources.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:20
- Comments:18 (2 by maintainers)
Top GitHub Comments
I identified the issue and proposed a solution https://github.com/emberjs/ember.js/pull/15604. The downside is that this is not a bug in the inspector itself, which means you’ll need to upgrade your Ember version to get the fix.
I use Chrome (Version 60.0.3112.90 (Official Build) (64-bit)) + the latest Ember Inspector extension. If I log into https://www.emberjs.com/api/ember/2.14/namespaces/Ember (Ember API website) and I browse the Ember Inspector the browser freezes when I click “Data”.