sachinchoolur / lightGallery

A customizable, modular, responsive, lightbox gallery plugin.

Home Page:https://www.lightgalleryjs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image has to load again

hapo-hoangnh opened this issue · comments

Every show popup or next image has to load again (in F12 network tab). This consumes bandwidth as well as speed.

To improve the performance, lightGallery loads images and slides only on demand. And once an image is loaded, they are served from the cache next time. No additional bandwidth is used or it won't delay loading

When you test with dev tools, please make sure that the cache option is not disabled.

@sachinchoolur thank you. i'm checked. the reason is that scrolling to the bottom leads to an active infinite loop.
#1296 fixed