Live data from Hacker News

Cloudflare Images Now Available to Everyone

blog.cloudflare.com

51–60 of 91 posts

Re: Cloudflare Images Now Available to Everyone

#51

Earlier quoted context omitted.

Incidentally, evaluating an image CDN is my current task at $dayjob. I've been comparing uptimes and, with the caveat that this data is not easy to gather and harder to compare across providers, I just noticed that imgix had twenty-five incidents the past year, mostly "Elevated Rendering Errors". I take it they're a market leader in the image CDN space but that honestly does not inspire confidence in me. Cheaper prov…

My company uses Imgix, we're overall pretty happy with it. I'm not sure how we feel about pricing - that's not in my wheelhouse - but it works well for our needs. Our contact there has also been really helpful. The reliability isn't great though. "Elevated Rendering Errors" almost always is "increased errors rendering uncached derivative images". Basically any image variant - by file and transformation/dimension para…

My experience is similar. It's a fantastic product, with less-than-stellar reliability.

Re: Cloudflare Images Now Available to Everyone

#53

Images up to 10MB in size. Aren’t most photos taken by recent phones > 10MB? I know my DSLR pictures certainly are. Asking out of curiosity. I am not the target audience for this product.

This isn't "store my phone camera roll", it's "deliver images on the Internet".

If you look at https://httparchive.org/reports/state-of-images?lens=top1m&s... for 2021 you'll see images are way smaller than 10MB on the web.

Re: Cloudflare Images Now Available to Everyone

#54

Images up to 10MB in size. Aren’t most photos taken by recent phones > 10MB? I know my DSLR pictures certainly are. Asking out of curiosity. I am not the target audience for this product.

Sure the raw images are large, but websites rarely display images in their original format. Generally for display on websites images are at least compressed if not scaled down significantly.

Here is an example I just pulled off the front page of the NYT website. I'm sure it was originally a 10+MB image taken on a iphone or DSLR but it was compressed/scaled down to a 510kb webp image for display on the web.

https://static01.nyt.com/images/2021/09/17/sports/baseball/1...

Re: Cloudflare Images Now Available to Everyone

#55
post #22
post #6

> $1 per 100,000 delivered images Breakdown of delivery costs based on your image sizes: Image size | Total bandwidth used | Effective cost per GB 10MB = 1000GB = $0.001 per GB 5MB = 500GB = $0.002 per GB 1MB = 100GB = $0.01 per GB 200KB = 20GB = $0.05 per GB 50KB = 5GB = $0.2 per GB

Typo on the last one, should be: 50KB = 5GB = $0.20 per GB Which would make you want to break out the old school spriting tools :) I guess don't serve thumbnail galleries from CF.

IIRC regular cloudflare will still cache assets for free. This tool is specifically for people who don't want to write a pipeline to do image resizing/optimization themselves. If you're able to write your own pipeline to do sprite sheets, you probably don't need this service to begin with. Just preprocess everything yourself and serve those at $0 per gb.

Re: Cloudflare Images Now Available to Everyone

#57

Images up to 10MB in size. Aren’t most photos taken by recent phones > 10MB? I know my DSLR pictures certainly are. Asking out of curiosity. I am not the target audience for this product.

This isn't "store my phone camera roll", it's "deliver images on the Internet". If you look at https://httparchive.org/reports/state-of-images?lens=top1m&s... for 2021 you'll see images are way smaller than 10MB on the web.

but this is an image resizing service, right? shouldn't you be uploading the highest quality original source?

I would've thought the workflow for these would be to upload a high quality source, and then the service creates lower quality/optimised variants.

I guess you have a limit as it is priced on total images stored and not storage/cpu used...

Re: Cloudflare Images Now Available to Everyone

#58
post #22
post #6

> $1 per 100,000 delivered images Breakdown of delivery costs based on your image sizes: Image size | Total bandwidth used | Effective cost per GB 10MB = 1000GB = $0.001 per GB 5MB = 500GB = $0.002 per GB 1MB = 100GB = $0.01 per GB 200KB = 20GB = $0.05 per GB 50KB = 5GB = $0.2 per GB

Typo on the last one, should be: 50KB = 5GB = $0.20 per GB Which would make you want to break out the old school spriting tools :) I guess don't serve thumbnail galleries from CF.

The 'variants' include different sizes, and:

> You only pay for original images; not variants

https://developers.cloudflare.com/images/faq

Re: Cloudflare Images Now Available to Everyone

#60
post #18

If the images are cached by Cloudflare's CDN, and assuming we have a paid Pro account, are we still billed on each image delivery? How do paid CF plans affect CF Images, if at all?

You pay per image delivered. They don't use the caching built in to your Pro account.
Post reply on HN