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

Benchmark on Board react component render #98

Open
Tethik opened this issue Apr 12, 2024 · 0 comments
Open

Benchmark on Board react component render #98

Tethik opened this issue Apr 12, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@Tethik
Copy link
Member

Tethik commented Apr 12, 2024

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.

@Tethik Tethik added the enhancement New feature or request label Apr 12, 2024
@Tethik Tethik added this to the Stencil 2.0 milestone May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant