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
The minimap is an auxiliary navigation component that shall not negatively affect the modeling performance. Currently though it updates in sync with core modeling operations, leading to a ~30% penalty if used, independent of whether or not it is visible (or not).
Minimap shall update asynchronously, outside of render cycle
Minimap shall only update (affect performance) if currently shown
What should we do?
The minimap is an auxiliary navigation component that shall not negatively affect the modeling performance. Currently though it updates in sync with core modeling operations, leading to a ~30% penalty if used, independent of whether or not it is visible (or not).
Why should we do it?
Traced as part of camunda/camunda-modeler#4320 as a big performance impediment.
The text was updated successfully, but these errors were encountered: