Is it faster to swap an img src or show/hide multiple images?(交换 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:
修改图片来源
这样,页面加载速度会更快,因为它只获取可见图像,但是当您更改 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
只显示/隐藏多张图片
这样,您将在页面加载时加载所有图像,这将使其加载速度变慢而交换图像速度更快
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 或显示/隐藏多个图像是否更快?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:交换 img src 或显示/隐藏多个图像是否更快?


- 使用RSelum从网站(报纸档案)中抓取多个网页 2022-09-06
- Css:将嵌套元素定位在父元素边界之外一点 2022-09-07
- addEventListener 在 IE 11 中不起作用 2022-01-01
- Quasar 2+Apollo:错误:找不到ID为默认的Apollo客户端。如果您在组件设置之外,请使用ProvideApolloClient() 2022-01-01
- 如何使用 JSON 格式的 jQuery AJAX 从 .cfm 页面输出查 2022-01-01
- Fetch API 如何获取响应体? 2022-01-01
- 失败的 Canvas 360 jquery 插件 2022-01-01
- Flexslider 箭头未正确显示 2022-01-01
- CSS媒体查询(最大高度)不起作用,但为什么? 2022-01-01
- 400或500级别的HTTP响应 2022-01-01