rel="dns-prefetch"

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

dns-prefetch<link> 元素的 rel 属性中的一个关键字,用于提示浏览器用户可能会请求目标资源所在源的资源,从而可以通过提前进行 DNS 解析来提升用户体验。

更多详情,请参阅使用 dns-prefetch

规范

Specification
HTML
# link-type-dns-prefetch

浏览器兼容性

参见

  • 推测性加载,以比较 <link rel="dns-prefetch"> 和其他类似的性能改进特性。