AddyOsmani.com - Preload late-discovered Hero images faster
Did you know there’s an imagesrcset
attribute you can put on link rel="preload" as="image"
(along with an imagesizes
attribute)?
I didn’t. (Until Amber pointed this out.)
Did you know there’s an imagesrcset
attribute you can put on link rel="preload" as="image"
(along with an imagesizes
attribute)?
I didn’t. (Until Amber pointed this out.)
Following on from Harry’s slides, here’s another round-up of thoserel
attribute values that begin with pre
.
Slides from Harry’s deep dive into rel
values: preconnect
, prefetch
, and preload
.
The “client hints” proposal looks really interesting: a way for user-agents to send data to the server without requiring the server to have a library of user-agent strings. But Scott has a few concerns about some of the details.
Some good tips here. Mind you... I should really be writing instead of posting links to tips on how to concentrate on writing.