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

fix: bug #1999 解决虚拟滚动配合keep-alive,active数据恢复后页面卡顿、内存飙升的问题 tags/3.4.12 #2448

Open
wants to merge 1 commit into
base: v3
Choose a base branch
from

Conversation

fengqshanl
Copy link

修复 bug 1999,解决虚拟滚动配合keep-alive,active数据恢复后页面卡顿、内存飙升的问题。

@fengqshanl fengqshanl changed the base branch from master to v3 June 21, 2024 08:15
@fengqshanl fengqshanl changed the title fix: fix bug: #1999 解决虚拟滚动配合keep-alive,active数据恢复后页面卡顿、内存飙升的问题 fix: bug #1999 解决虚拟滚动配合keep-alive,active数据恢复后页面卡顿、内存飙升的问题 tags/3.4.12 Jun 21, 2024
@fengqshanl
Copy link
Author

重置 scroll 的时候把 虚拟滚动的 状态给重置了,导致 html 节点暴增,从 0 - 当前节点都渲染了,数据量小不会有明显问题,数据量大时会渲染大量节点,导致内存飙升、页面卡顿。

@xlz26296
Copy link
Contributor

需提供复现场景

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.

None yet

2 participants