Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Effector-inspector has memory management problem, lacks live updates. #40

Open
noevents opened this issue Sep 14, 2022 · 0 comments
Open
Labels
help wanted Extra attention is needed

Comments

@noevents
Copy link

Hi!
I noticed that the inspector creates a lot of DOM nodes and objects in memory to display everything (store, event, effect, etc...) without any constraints on size. Maybe it's not noticeable on small projects, but it quickly adds up and at some point, it becomes a problem because a page with a running dev environment can consume 3-4 GB of memory and more just because of the inspector itself.
Also, there is no way to see real-time updates in any inspector tab.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants