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 Board component is the component is the one that renders the Diagram view inside Gram. The component is very complex and making changes within it can degrade the clientside performance/usability of the diagram. Some passes have been made to optimize the render, however these have been based on just our gut feeling most of the time of how it "feels" to use the diagram.
It would be good to have an actual measurement to more exactly determine how performant the Board is, some sort of automatic benchmark (e.g. render time of a large diagram) and have that be detected if it is slower to render when a new feature is added.
The text was updated successfully, but these errors were encountered:
The Board component is the component is the one that renders the Diagram view inside Gram. The component is very complex and making changes within it can degrade the clientside performance/usability of the diagram. Some passes have been made to optimize the render, however these have been based on just our gut feeling most of the time of how it "feels" to use the diagram.
It would be good to have an actual measurement to more exactly determine how performant the Board is, some sort of automatic benchmark (e.g. render time of a large diagram) and have that be detected if it is slower to render when a new feature is added.
The text was updated successfully, but these errors were encountered: