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

perf: decrease virtual scroll render throttling to 5ms #1049

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

ghiscoding
Copy link
Collaborator

@ghiscoding ghiscoding commented Aug 23, 2024

  • see this comment for more info
  • a lower thottling delay (5ms instead of previously 50ms) will show blank area for a much shorter period whenever we scroll to an uncached scroll position (for example completely scroll to bottom of large grid)
  • NOTE: a throttling of 0ms causes flickering and/or other issues in some cases, but 5ms seems like a good number to use

@ghiscoding ghiscoding merged commit b0e7706 into master Aug 23, 2024
2 checks passed
@ghiscoding ghiscoding deleted the chore/perf-lower-render-throttling branch August 23, 2024 03:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant