-
Notifications
You must be signed in to change notification settings - Fork 159
fix(perf): Apply base grid scroll performance optimizations. #16708
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
Conversation
|
The changes look good and functionality works as expected. I did notice one minor behavior difference while testing:
This is very minor, but wanted to flag it in case it's worth investigating. Otherwise, I'm verifying the PR. |
Performance Optimization SummaryDetailed Optimizations
Aggregate Impact Estimate (100k rows, 100 scroll operations)
|
Please ignore my previous message. Everything seems to be working as expected, likely due to temporary high resource usage. |
Closes #16709
transforminstead oftopto limit layout reflow.scrollTopto prevent unnecessary layout reflow.afterNextRenderwhen updating position of container in DOM.