Slide 10
Slide 10 text
Preload directive
(none): XHR, fetch link rel=preload href=...
media: audio
, video
script: script
, importScripts の script
style: link rel="stylesheet"
, CSS の @import
font: CSS の @font-face
image: img
, picture
, srcset
, CSS の -image
他には worker
, embed
, object
, documenet
などがある
Introduction to Resource Hints by @1000ch 10