You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.
When I import the monitor, my site gets really slow after having done about 100 or so dispatches to the store. Basically every interaction with the site (scrolling, clicking on links or buttons, dragging things around, etc) is laggy and doesn't respond until after a few seconds have passed.
This may seem like a lot of dispatches, but I have events coming in to the site through a socket that dispatch to the store about every second or so, so that threshold is reached quickly.
Affected browser: Chrome Version 53.0.2785.116 (64-bit)
Affected OS: OS X El Capitan 10.11.6 (15G31)
Node version: v4.0.0
NPM version: 3.7.3
The text was updated successfully, but these errors were encountered:
When instrumenting store you can specify a max age property that tells the instrumentation how many past states to keep. Try setting a number and see if that improves performance for you.
When I import the monitor, my site gets really slow after having done about 100 or so dispatches to the store. Basically every interaction with the site (scrolling, clicking on links or buttons, dragging things around, etc) is laggy and doesn't respond until after a few seconds have passed.
This may seem like a lot of dispatches, but I have events coming in to the site through a socket that dispatch to the store about every second or so, so that threshold is reached quickly.
Affected browser: Chrome Version 53.0.2785.116 (64-bit)
Affected OS: OS X El Capitan 10.11.6 (15G31)
Node version: v4.0.0
NPM version: 3.7.3
The text was updated successfully, but these errors were encountered: