rangle / augury

Angular Debugging and Visualization Tools
https://augury.rangle.io
MIT License
2.01k stars 216 forks source link

Firefox becomes very slow with Augury and Redux DevTools enabled #1402

Closed ltennstedt closed 4 years ago

ltennstedt commented 5 years ago

Augury version (required): 1.23.0 Angular version (required): 8.2.4 Date: 2019-09-02 OS: Linux Akita version: 4.10.2 Redux DevTools: 2.17.1 Firefox version: 69.0 (64-bit) Linux distribution: Arch Linux

Description of issue: If you use Augury and Redux DevTools on Mozilla Firefox together to inspect an Angular app with Akita's devtools enabled, Firefox will become very, very slow and will may freeze in the end.

Steps to reproduce:

  1. ng new myapp
  2. cd myapp/
  3. ng add @datorama/akita@latest
  4. Set up Akita's devtools? Yes
  5. ng serve
  6. Open Mozilla Firefox
  7. Open Web Developer Tools
  8. Switch several times between the Augury and Redux DevTools tab

I also opened an issue for Redux DevTools here on GitHub: https://github.com/reduxjs/redux-devtools/issues/484

feeloor commented 4 years ago

Hi @ltennstedt,

We just released a new version of Augury, could you please try that (1.24.0) and see if this problem is fixed?

Thanks.

ltennstedt commented 4 years ago

Hello @feeloor, the issue seems to be resolved. Thanks!

Tested with following versions: Augury: 1.24.0 Angular: 8.3.20 Akita: 4.17.0 Redux DevTools: 2.17.1 Firefox: 71.0 (64-bit) OS: Linux Linux distribution: Arch Linux

sumitarora commented 4 years ago

@ltennstedt Can you close the issue too? Thanks