thekid / dialog

Dialog photoblog
2 stars 1 forks source link

Do not lazy-load first item's images #2

Closed thekid closed 1 year ago

thekid commented 1 year ago

Prevents this Lighthouse warning:

image

Concretely, our analysis shows that more eagerly loading images within the initial viewport—while liberally lazy-loading the rest—can give us the best of both worlds:

Source: https://web.dev/lcp-lazy-loading/ /cc @kiesel