TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

CloudFront vs. Cloudflare, and how to reduce response times for both (2021)

201 pointsby akshaykumar90over 2 years ago

9 comments

throwthereover 2 years ago
The conclusion is for an origin server halfway across the world from your users, CloudFront with Origin Shield is basically equivalent to CloudFlare with Argo (latency).<p>The other takeaway is AWS documentation is kind of dodgy for some services. But basically everyone knows that already.
rafaelturkover 2 years ago
IMO Perfomance wise CloudFront and Cloudfront are quite similar.<p>I&#x27;ve migrated from CloudFront+AWS WAF to just CloudFlare given Cloudflare&#x27;s superior (100x better) WAF&#x2F;Firewall&#x2F;DDOS protection at a lower cost
评论 #33285063 未加载
评论 #33281105 未加载
sigmaskipperover 2 years ago
This was probably the first article on hacker news that actually had some type of business impact for me, so thanks for posting!!! Have already added Origin Shield and it&#x27;s made somewhat of a speed boost
caseydmover 2 years ago
Anybody using Cloudflare to cache an API that serves JSON? Thinking about setting that up.
评论 #33280362 未加载
评论 #33284539 未加载
评论 #33280366 未加载
评论 #33280786 未加载
评论 #33280409 未加载
评论 #33286399 未加载
评论 #33286023 未加载
hnovover 2 years ago
TLDR, adding an &quot;edge&quot; in front of your application incurs a connection setup cost which can be 2-3x RTT and is especially noticeable when you don&#x27;t have a large QPS and are in a region like APAC where geographically close networks often have high latencies between each other. Both Argo and OriginShield seem to pool more aggressively, often going cross-datacenter to avoid hitting origin which sometimes saves this setup cost by coalescing onto warm connections, but only sometimes (notice how spiky their Argo graphs are, the p90 request is probably no faster than before).
评论 #33286283 未加载
评论 #33279544 未加载
alberthover 2 years ago
If you host on Cloudflare Pages, does enabling Argo have any benefit?
评论 #33278725 未加载
bushbabaover 2 years ago
Now that CloudFront has greatly improved its performance, what&#x27;s the pitch for using CloudFlare over it?
评论 #33277916 未加载
评论 #33278195 未加载
评论 #33278028 未加载
评论 #33277840 未加载
评论 #33278428 未加载
评论 #33277924 未加载
Drybonesover 2 years ago
I’d like to see more detailed comparisons between providers like Akamai, Fastly, CDN77, KeyCDN, StackPath, etc
cagenutover 2 years ago
now do fastly