交换img src或显示/隐藏多个图像是否更快? [英] Is it faster to swap an img src or show/hide multiple images?

查看:129
本文介绍了交换img src或显示/隐藏多个图像是否更快?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在网页上交换图片时,最佳做法是什么?改变图片来源或只是在页面上显示/隐藏多个图片?

What is the best practice to use when swapping an image on a webpage? Altering the image source or just showing/hiding multiple images on the page?

推荐答案

您必须选择以平衡速度,与您的两个选项:

you have to choose in order to balance speed, with your two options:


更改图像源

Altering the image source

通过这种方式,页面加载速度会更快,因为它只获取可见图像,但是当您更改src属性时,需要更长的时间才能显示新图像

this way, the page will load faster because it only gets the visible images but it will take a little longer to show the new image when you change src attribute


只显示/隐藏多张图片

just showing/hiding multiple images

这样,您就可以加载页面加载的所有图片会使其在加载时变得更慢,并更快地交换图像

this way, you are loading all the images on page load which will make it slower on loading and faster on swapping the images

这篇关于交换img src或显示/隐藏多个图像是否更快?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆