Lazy load slows site on mobile
-
Hi:
Can you help me understand the lazy load/placeholder feature better?
Without lazy loading, my site header logo appears very early in the page load sequence, as expected.
When I enable gray placeholder for my logo in site header, it’s nice because this box holds space for the logo and eliminates a layout shift.
But unfortunately lazy load also defers loading of the site header logo until after the whole site is finished loading.
Which seems to me the opposite of the definition of lazy loading (which I think should be “defer until the asset is in the viewport”)
Since the logo is in the viewport from the beginning, it should not be deferred at all, but loaded as quickly as possible.
Or, what am I missing?
Here is a WebPageTest comparison of the impact of lazy off vs lazy on: https://imgur.com/a/50KQM9a
Thanks for your help!
- The topic ‘Lazy load slows site on mobile’ is closed to new replies.