Lazy load image grid content?

Image grid becomes really slow when I have more than couple hundred images.
And, it seems load all at once even if it is beyond the scroll. Is there a way to lazy load?

hey @jdeijgk ,
according to this post on the forum, it looks like lazy loading is in the works but nothing right now unless you're building a custom component.

my recommendation would to be use the pagination component to limit the number of images that get loaded to an amount that makes the app more performant

1 Like