Exporting all images & converting to webp

I’m taking steps to improve the performance of my app.

I have multiple repeating groups with images which are necessary - The majority are currently jpeg files.

I understand that converting these to webp format is best practice for performance.

Is there a way to mass export the images and mass import them once I’ve converted them?

They are all attached to specific fields in the database.

You could make changes to a list or schedule a backend workflow and use the api connector, connect to a third party image transformer and save the results in your database. Just look for an easy integration. Shouldn’t be that difficult.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.