rel="dns-prefetch"
Baseline 2024Newly available
Since June 2024, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.
dns-prefetch
是 <link>
元素的 rel
属性中的一个关键字,用于提示浏览器用户可能会请求目标资源所在源的资源,从而可以通过提前进行 DNS 解析来提升用户体验。
更多详情,请参阅使用 dns-prefetch。
规范
Specification |
---|
HTML # link-type-dns-prefetch |
浏览器兼容性
参见
- 推测性加载,以比较
<link rel="dns-prefetch">
和其他类似的性能改进特性。