Image optimization cost vs data transfer cost
Unanswered
Ratonero Murciano de Huerta posted this in #help-forum
Ratonero Murciano de HuertaOP
I built a very image heavy site (vibestack.io) and to avoid the cost of image optimization I chose to use <img> which I've now come to see might be incurring higher data transfer costs. Wondering if anyone has any advice on strategy to limit costs. Thank you.
4 Replies
@Ratonero Murciano de Huerta I built a very image heavy site (vibestack.io) and to avoid the cost of image optimization I chose to use <img> which I've now come to see might be incurring higher data transfer costs. Wondering if anyone has any advice on strategy to limit costs. Thank you.
do not store the images in your codebase but host them on a storage bucket
like cloudflare R2
use img tag to load the image directly from R2
R2 has no ingress cost