标签: javascript ajax angularjs reactjs
假设我有一个电子商务网站,其中包含15,000个图像元素,可以插入到html中,使用javascript提高效率和用户体验的最有效方法是什么?
答案 0 :(得分:0)
仅在图像位于视口中时加载图像。
这个问题告诉你如何:
How do you make images load only when they are in the viewport?
答案 1 :(得分:0)
预加载图像并使用cdn托管图像。
您可以使用https://github.com/thinkpixellab/PxLoader之类的内容来预加载图片。