gpt4 book ai didi

html - 是否会下载隐藏在移动设备上的 iframe?

转载 作者:太空宇宙 更新时间:2023-11-04 14:48:40 25 4
gpt4 key购买 nike

给定一个 iframe 和一个隐藏它们的媒体查询选择器,哪些移动浏览器将下载 iframe 内容,这将如何影响页面加载时间?

HTML

<iframe id="foo" src="http://www.example.com">

CSS

@media (max-width: 500px) {
#foo{
display: none;
}
}

最佳答案

由于像 iframe 和 img 这样的标签将始终请求给定的源,因此与任何其他请求一样对网络产生“正常”影响。这意味着,请求将在它出现在 html 上下文中时完成(增量)。

为了优化 iframe 加载时间,我建议阅读:http://www.aaronpeters.nl/blog/iframe-loading-techniques-performance

关于html - 是否会下载隐藏在移动设备上的 iframe?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17609536/

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