to load assets in priority over others § Very quick to implement § Preloading everything has no value § Preloading large assets can slow your start render down § Browser Support is’nt great yet.
optimization toolbox… it can eliminate many costly roundtrips from your request path – in some cases reducing the request latency by hundreds and even thousands of milliseconds” https://www.keycdn.com/blog/resource-hints/
The component image can be lazy loaded § Easy to implement § ?autoplay doesn't work on mobile. § YouTube could take a few seconds on 3G to load when play is clicked.
FOUC § Use image-hidden when images have display none; § Use responsive images to reduce page weight § Load images that are only in the fold with Lazy loading § Reduce our time to first byte by removing render blocking scripts § Preloading important assets in the fold § Reducing costly roundtrips with preconnect & dns-prefetch § Not to embed YouTube videos straight away § Use woff & woff2 § Loading in the fold styles and loading the rest async