Slow loading images

Hi, we use prismic for content within our react native mobile app and it seems the api is very slow loading. How do we load the pictures specifically quicker from prismic?

Hello Ben, and welcome to the Prismic community forum!

Are the images the only thing that is loading slowly from the Prismic response?
If the answer is yes, then the issue is probably related to the way your images are being initialized.

One important feature in Prismic images is Image Optimization, you can read all the details in the documentation, one of the advantages is that all served images are automatically compressed, meaning that we reduce file size while maintaining the format and as much visual information as possible.

I found this really cool article online that will give you an idea of how you can make the rendering process in React a little bit more agile: Progressively Loading Images In React

What size are you loading the images as?

This issue has been closed due to inactivity.