One of the most important features of Cloudflare Images is the ability to use variants to serve images in different resolutions!
However, if we wish to use signed URLs (to serve private images), flexible variants are not supported, and we have to create a different signed URL for each variant!
That makes no sense because we want to use the “” with “srcset” and “sizes” to offer 10 options for the browser, but that also means we have to generate 10 different URLs on the back-end. It’s so slow and defeats the entire purpose of serving images the best and fastest way possible.
Is there something I need to be aware of?