Akryum / vue-virtual-scroller

⚡️ Blazing fast scrolling for any amount of data
https://vue-virtual-scroller-demo.netlify.app
9.27k stars 885 forks source link

Dynamic scroller has potential performance case #775

Open Matrixbirds opened 1 year ago

Matrixbirds commented 1 year ago

Clear and concise description of the problem

I'm using DynamicScroller in CEF M99. It will become janky with many pictures resource in DynamicScrollerItem in extremely scrolling case.

Suggested solution

I think probably there is some calc task will block the render processing, it will cause dropping frame with white gap rendering empty content while scrolling.

Alternative

No response

Additional context

No response

Validations