Hi everyone! I wanted to ask for suggestions on how to go about making an image heavy page without it loading slowly.
I have an art gallery with around 60 images (I did not realize it was that much-) on one page. All images are compressed, I use lazy loading, and each section of images is within an iframe. It doesn’t take long to load, maybe 3-8 seconds on average. But l will continue to add more and I’m worried how slow it will be when there’s a lot more of them.
I’ve been considering converting my images to the Webp format since I’ve heard that can help with loading. I’ve also thought about turning images into thumbnails and opening the full image when you click it. I kinda don’t want to do this because I want to showcase everything in full.
I’ve open to suggestions and ideas on how I should go about this. I’m also curious about what exactly contributes to how long a website takes to load in.