Responsive formats still need a good source
If you enable responsiveDimensions, Strapi writes several files per upload. Starting from WebP keeps that folder small and makes S3/Cloudinary bills predictable.
Why it matters
- PaaS memory limits crash image processing on 20 MB PNGs.
- Multiple frontends consume the same
/uploadsURLs. - Editors can use a private converter instead of a CLI.
How to do it
- Convert the content batch locally.
- Upload WebP via admin or the upload API.
- Keep
qualityin Strapi moderate if you still generate extra formats.
Settings that work
1600 px / 80% for articles. 2000 px / 80% for full-bleed.