从网页性能的角度来看,DNS的解析时间是比较耗时的。因此如果能预先下载网页中用到的其它域的资源。可提前进行DNS解析:

<link rel="dns-prefetch" href="http://www.baidu.com" />

预加载网页或静态资源的方法为:

<link rel="prefetch" href="http://www.baidu.com" />

<link rel="prefetch" href="/resource/ar/home/a.png" />

相关文章:

  • 2021-09-28
  • 2022-01-22
  • 2022-12-23
  • 2021-12-26
  • 2022-12-23
  • 2022-01-02
  • 2022-12-23
猜你喜欢
  • 2021-11-30
  • 2022-12-23
  • 2022-12-23
  • 2021-06-02
  • 2022-12-23
  • 2021-09-11
相关资源
相似解决方案