I have a page where I have a slideshow (bxslider) with 100+ images and the first time I access the page it takes more than 10 seconds to load and even after the page is displayed I don't see any image. Only after I reload the page the slider begins to work. I have re-sized all the images to be exactly the right dimensions ( as suggested by PageSpeed Insight by Google ) but the loading time is still too much the first time. I also tried with the plugin Galleria but with no luck. Lazy load does not help here because the images are part of a slider and are not displayed all at the same time, I already tried.
So my question is if there is a method to only load the images once I lick the next/prev buttons and not load them all together when the page loads.
I want to mention that in the bxslider settings the option preloadImages
is set to visible
, but this still does not change the loading time.
Any help is appreciated. Thank you