CDNs for Static Assets
Discussions focus on recommending CDNs like Cloudflare, CloudFront, and Fastly to cache and serve static files, images, and assets efficiently, often in combination with S3 or other storage solutions for better performance and cost savings.
Activity Over Time
Top Contributors
Keywords
Sample Comments
Won't Cloudflare help by caching static stuff and providing the CDN?
you could use Fastly or AWS Cloudfront
"Utilize Cloudflare’s CDN to serve files"
Might as well serve it from Amazon S3 with Cloudflare in front of it.
why wouldn't you just serve them via a CDN?
Meh, I think cloudfront can handle it. That's what CDNs are for.
Opportunity for Cloudflare or some other CDN?
Just put your S3 bucket behind a CloudFront CDN and you're golden :)
Pretty sure they use CloudFront
You don’t even need the S3 Bucket... Cloudflare will work as a transparent proxy and will cache all static assets.