此页面由社区从英文翻译而来。了解更多并加入 MDN Web Docs 社区。
rel="dns-prefetch"
Baseline 2025Newly available
Since September 2025, 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。
In this article
规范
| Specification |
|---|
| HTML> # link-type-dns-prefetch> |
浏览器兼容性
参见
- 推测性加载,以比较
<link rel="dns-prefetch">和其他类似的性能改进特性。