Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个包含很多 div 的网站。每个 div 包含不同的动画图像。现在,当您向下滚动时,会添加更多带有动画图像的 div。
过了一会儿,页面上同时出现了很多 GIF,这会使页面变得迟缓!
我的问题是,为了减少页面的“内存负载”,“整理”先前加载的 GIF(不再在视口中)的最佳方法是什么?
我想到了什么:
将 IMG 的 SRC 更改为缩略图
使 div 不可见
隐藏 div 并以某种方式添加虚拟边距
... ?