gpt4 book ai didi

performance - 向内联图像添加宽度和高度是否会提高页面加载性能?

转载 作者:行者123 更新时间:2023-12-04 03:12:25 25 4
gpt4 key购买 nike

向内联图像添加宽度和高度是否会提高页面加载性能?

<img id="moon" height="200" width="450" 
src="http://www.domain.com/moon.png" alt="moon image" />

对比一下

<img id="moon" src="http://www.domain.com/moon.png" alt="moon image" />

最佳答案

我认为它不会使页面加载速度更快,但它有助于立即正确呈现页面,因为浏览器知道图像的尺寸,以便在必须获取图像之前正确布局页面

关于performance - 向内联图像添加宽度和高度是否会提高页面加载性能?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2748576/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com