For Workes & Pages, what is the name of the domain?
NA
What is the issue or error you’re encountering
Cloudflare Image optimization via remote storage
What steps have you taken to resolve the issue?
i want to implement the cloudflare image optimization feature for my mobile app via api. we are storing the images on aws s3.My question over here is which option do i need to select 1) Starting at $0/month >>> Use my own storage or $5 ot $10 plan 2) Starter Bundle > Starting at $10/month
Also another suggestion required which/How many type of variant should i create so that my image get server fast without compromising the image quality and less latency on mobile app andriod and IOS.
The Bundle plans include both the Images and Stream products and let you save costs if you’re storing with us.
For your use case, you’ll want to purchase Images and select “Use my own storage.”
There are a number of ways that you can improve performance. I’d suggest starting with the format parameter, which will serve your images in more modern formats like AVIF or WebP. Here’s a list of the parameters that you can use.
You can also serve responsive images using the HTML srcset attribute. This lets the browser automatically choose the image that is best-suited for the specific user. See more: Transform via URL · Cloudflare Image Optimization docs