Skip to content

Lazy-loading design images with IntersectionObserver

Natalia Tepluhina requested to merge ntepluhina-intersection-observer into master

What does this MR do?

Previously, all design images were loaded on the initial page load. With IntersectionObserver, only those designs that are in view, load their images with a given link. This allows us to download images one-by-one, reducing an initial page load time, initial page weight, and system resource usage.

Screenshots

foxes

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by 🤖 GitLab Bot 🤖

Merge request reports