Very slow load times, due to images not optimizing

https://turismo-racing.plasmic.run

The first time you load this site, it runs incredibly slow and is clunky because the images aren’t being optimized, and so they’re taking forever to load.

I thought Plasmic optimizes images automatically like Cloudinary would, but it doesn’t seem to be working in my case. Any suggestions?

Hi, the images in your site are using background-image from styles, instead of an Image element from Plasmic. The image optimization is available for the elements but not for the ones set as background-image. You can obtain the same result by adding an image inside your container and properly sizing it.

1 Like