Gallery Slidedeck: Render all images on page load

Hi there

I am finding incredible lag between slides in a gallery slidedeck - particularly on the mobile side.

How can I render all images in a gallery slidedeck on page load to avoid this lag?
Or
Is there another way to avoid this lag?

image sizes of images are 100kb

Thanks so much!

Ant

https://support.wix.com/en/article/site-performance-and-loading-time#loading-time-on-mobile-sites

https://support.wix.com/en/article/images-and-site-performance

Note too that images in a slideshow are not rendered until the slideshow is ready:
An element might not be in the DOM if it is in a slide which is not currently showing.
https://www.wix.com/corvid/reference/$w.Image.html#rendered

Also, have a read of onReady so you can understand about page loading and not having the page load until things are ready.
https://www.wix.com/corvid/reference/$w.html#onReady