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
After #724 and plotly/dash-renderer#175, the state history is only relevant to revert, which is used for error recovery so only needs to hold one previous (good) state as described in plotly/dash-renderer#175 (comment). If we simplify the history when the undo/redo toolbar is hidden, we may see a significant performance boost for large and/or frequently-updated apps.
If undo/redo has a big perf hit it would be nice to add a parameter for "number of undo/redo steps" even when it's on. And then turning it off would default it to 1.
After #724 and plotly/dash-renderer#175, the state history is only relevant to
revert
, which is used for error recovery so only needs to hold one previous (good) state as described in plotly/dash-renderer#175 (comment). If we simplify the history when the undo/redo toolbar is hidden, we may see a significant performance boost for large and/or frequently-updated apps.Possibly related: #699, #707
The text was updated successfully, but these errors were encountered: