Deferred loading of pictures

If memory serves me well, Sparkle used to have an option to defer loading of images until the user scrolls them into view (aka “lazy loading”).

I can no longer find this option. Was it removed?

Sparkle already implements css and js lazy loading.

Source: https://community.sparkleapp.com/t/enhancing-your-website-performance-basic/774

1 Like

It was rolled in as an automatic feature. Rather than lazy loading it’s now deferred. It’s a requirement to get good speed scores (and perceived performance), and the manual use was mostly misunderstood and not used properly.

1 Like

Thank you @Duncan and @MiWe. I didn’t realize that it’s now automatic. I appreciate the effort that went into this.