Preload for css file used directly

时间:2017-08-13 13:49:47

标签: html css optimization browser preload

It's a naive question but i'm wondering if there is a gain to use preload link for a css file requested directly

<head>
  <link rel=preload href=/style.css as=style>
  <link rel=stylesheet href=/style.css>
</head>

Instead of a classic

<head>
  <link href=/style.css rel=stylesheet>
</head>

0 个答案:

没有答案