-
Notifications
You must be signed in to change notification settings - Fork 598
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
Severe lag spikes while scrolling #298
Comments
These events are both necessary inside component, is there make performance problems or stuck? |
Freezes. It's smooth until I scroll far enough, and then the UI freezes for a second as I have shown in the video. |
I meet the same question |
One of the problems I found before is that when Chrome Devtool is turned on, it will get stuck. When Chrome Devtool is turned off, it will be OK. |
I disabled all extensions and tested without Chrome Devtools, but there is still a lot of lag. |
Having the same issue. Completely freezes and locks up even with devtools closed. |
2021-01-15.18-51-43.mp4It happens with plain update: having Vuetify in the same app doesn't cause any lag. update: screw it i'm rewriting my app from scratch, this time hopefully it'll have no issues... |
I found an answer! After rewriting my app with some less bloated components, I found that the virtual scroller was still laggy, at which point I decided to fiddle around with the |
Same issue here. Also tried the trick that @bluskript mentioned but it did not fix the issue. Closing devtools also not helping. |
When I try to use Vue virtual scroll list to load a lot of data in my project, I notice that as long as I scroll far enough, the application will start to encounter some very serious delays and the screen will be white. How can I add the loading effect during this white screen time?Help me,thanks! |
very freezy lags... i'll go back to v-for) . very hard lags when updating real list (keeps parameter). even if component contain only text from source |
When trying to use vue-virtual-scroll-list in a project of mine, I noticed that the app started experiencing some really heavy lag whenever I scrolled far enough. If I use the Vue debugger, I see that there is a massive amount of events being dispatched at those times, which leads me to suspect that I'm probably missing something important. Here is a video demonstrating the issue:
2021-01-01.16-10-37.mp4
Also, here is a list of things I have tried and were proven unsuccessful:
Here is the code: https://github.com/harmony-development/tempest/blob/virtual-scroller-test/components/Chat/Messages/index.vue
The text was updated successfully, but these errors were encountered: