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

Grid component layout fix introduced in 8.25.0 can cause slowdown #12615

Open
thevaadinman opened this issue Apr 24, 2024 · 1 comment
Open
Assignees

Comments

@thevaadinman
Copy link
Contributor

Vaadin 8.25.0 introduced a fix for a situation where a Grid containing layout components in its cells would cause the layout to break. This was fixed by forcing a layout recalculation after every scroll event.
This, in turn, can introduce noticable slowdown in complex UIs.

This ticket is here to track optimization efforts, and for users to report their experiences.

@TatuLund
Copy link
Contributor

This is improved in Vaadin 8.25.2 released today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants