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.

Google, Microsoft, Qualcomm and Baidu Announce Joint Investment in CloudFlare

223 pointsby oroupover 9 years ago

21 comments

chubotover 9 years ago
If your website is well-coded and administered, does CloudFlare offer any performance benefit? (leaving aside security for now)<p>If a page is static, then CloudFlare can cache it. But if you set your cache headers appropriately, and use efficient serving code like nginx, I imagine serving static content is pretty darn cheap.<p>If a page is dynamic, then how can CloudFlare really speed it up? You don&#x27;t want them serving stale pages to users. So it has to hit your server every time, in which case the user might as well hit your server. In that case, I don&#x27;t really see how CloudFlare improves things.<p>Am I misunderstanding how CloudFlare works? It seems like if you follow typical performance tips like [1] then most of CloudFlare&#x27;s benefit is eliminated.<p>I guess [1] does tell you to use a CDN. You can save end user network latency for cached static pages, since they cache them in multiple geographic locations. But if you have a simple site with 1 .js and 1 .css file per page, and compress and minify everything, I wonder if it&#x27;s worth it.<p>[1] <a href="http:&#x2F;&#x2F;www.amazon.com&#x2F;dp&#x2F;0596529309" rel="nofollow">http:&#x2F;&#x2F;www.amazon.com&#x2F;dp&#x2F;0596529309</a>
评论 #10260650 未加载
评论 #10259495 未加载
评论 #10259740 未加载
评论 #10260975 未加载
评论 #10259475 未加载
评论 #10262574 未加载
评论 #10261903 未加载
评论 #10261600 未加载
评论 #10262521 未加载
Karunamonover 9 years ago
Silly question: How does CloudFlare make any money?<p>Any random can put any site behind their (very fully featured) free services and get free CDN, free antimalware, and free $other_services, with no seeming limits as to the amount of traffic you get. This has no impact on the target site. There are no ads or any other such. Their enterprise products only offer a few more features at a massive cost hike.<p>How are the bandwidth costs not eating them alive, and how are the free users being subsidized?
评论 #10259275 未加载
评论 #10259164 未加载
评论 #10259092 未加载
评论 #10259728 未加载
评论 #10261283 未加载
评论 #10259170 未加载
评论 #10262052 未加载
Nuxover 9 years ago
Welcome to the Cloudflare-net.<p>Half the internet is behind CloudFlare now. Since they can&#x27;t easily &quot;own&quot; the Internet, they could as well own CloudFlare.<p>Not impressed and I hate all this hiding behind Cloudflare and other proxy services; most of the cases are just hipster&#x2F;hype powered, rather than in actual need.
评论 #10259257 未加载
评论 #10258513 未加载
评论 #10260801 未加载
评论 #10258744 未加载
yaloginover 9 years ago
Is Amazon competing in this space? Since AWS is used heavily in the startup world, it seems like a no brainer to also provide cloudflare functionality, more so given that they have servers all over the world.
评论 #10259966 未加载
chinathrowover 9 years ago
Well, that alone makes the move to CloudFlare even more unlikely at all. More huge investors means more control over what CF does and what CF will do with all the data they see flowing through. Bigest MITM just got bigger, at least financial wise.<p>Not for me.
TorKlingbergover 9 years ago
Why Qualcomm? They make mobile chips. Are we going to see SoCs specially optimized for communicating with CloudFlare servers? That sounds like a potentially bad idea.
评论 #10259854 未加载
评论 #10260007 未加载
评论 #10259747 未加载
polskibusover 9 years ago
How does CloudFlare compare to Akamai? Are they direct competitors?
评论 #10258942 未加载
评论 #10259688 未加载
评论 #10259377 未加载
fweespeechover 9 years ago
Yeah, at this point, we honestly and genuinely need large CloudFlare competitors.<p>So hopefully one of their competitors is able to get more competitive.
评论 #10259139 未加载
duncansover 9 years ago
Following this iOS Content Blocker furore, a CloudFlare-type service could be an ideal place from which to inject and serve ads; as opposed to the client-perf-sapping script tags the industry has been using so far.
评论 #10259373 未加载
ck2over 9 years ago
I can&#x27;t get to the original link, something forbes is messing with, however this works:<p><a href="http:&#x2F;&#x2F;google.com&#x2F;search?q=cache:http:&#x2F;&#x2F;www.forbes.com&#x2F;sites&#x2F;katevinton&#x2F;2015&#x2F;09&#x2F;22&#x2F;google-microsoft-qualcomm-and-baidu-announce-joint-investment-cloudflare&#x2F;" rel="nofollow">http:&#x2F;&#x2F;google.com&#x2F;search?q=cache:http:&#x2F;&#x2F;www.forbes.com&#x2F;sites...</a>
评论 #10259076 未加载
pdknskover 9 years ago
Personally I dislike CloudFlare for the simple reason that they encourage site owners to use their <i>lossless</i> image optimisation service, which isn&#x27;t lossless. Thus many images appear different than intended when hosted behind CloudFlare. I wrote about this earlier: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=10192587" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=10192587</a><p>Quote from their website.<p><i>The Lossless mode removes all the unnecessary bloat from an image file, such as the image header and meta data, without removing any image data. This means images will appear exactly the same as they would have before.</i><p>The last sentence is false, at least for images with color profiles on all non-mobile browsers. There are other possible minor cases.
评论 #10260518 未加载
评论 #10262852 未加载
brownbatover 9 years ago
See also, discussion of the CloudFlare blog post: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=10215560" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=10215560</a>
rebeldeover 9 years ago
So does Cloudflare now get around the slowness of passing through the Great Firewall? (Currently, I don&#x27;t use CF and our website is slow from inside China.)
评论 #10259178 未加载
评论 #10263626 未加载
maartendbover 9 years ago
I&#x27;d love to see more transparency in the way Cloudflare, or CDNs in general, decide to cache or not cache your content. For example: Cloudflare publishes crawl frequencies in their pricing table but what do they actually do with that content? Push it to all their edges? I&#x27;d doubt that. I guess it&#x27;s based on website traffic, your website pricing plan, ... but it seems quite arbitrary to me.
评论 #10261328 未加载
strangemixover 9 years ago
Why was Fidelity not mentioned in the headline?<p><a href="http:&#x2F;&#x2F;www.marketwatch.com&#x2F;story&#x2F;fidelity-google-microsoft-baidu-and-qualcomm-back-cloudflare-to-help-build-a-better-internet-2015-09-22" rel="nofollow">http:&#x2F;&#x2F;www.marketwatch.com&#x2F;story&#x2F;fidelity-google-microsoft-b...</a>
pjbrunetover 9 years ago
I liked the CloudFlare concept (protecting good people) until I found it protects bad people as well: scammers, thieves, cybersquatters, phishing. CloudFlare makes it very difficult to contact the web host cloaked by CloudFlare.<p>CloudFlare is helping the scum of the Internet. They need to be held accountable for what they&#x27;re serving, if they&#x27;re not going to reveal who is hosting the site. If there&#x27;s a way to find the originating IP of these scumbags, I would like to know. Obviously traceroute doesn&#x27;t work because the IPs show up as CloudFlare.<p>The way I see it, CloudFlare should be required to publish who is hosting the websites they cloak. Otherwise you&#x27;re encouraging a lawless Internet where anything goes without any consequences. I sincerely hope these larger companies address this problem.<p>I hope some journalists dig into this because I think there&#x27;s a good story here. Maybe CloudFlare doesn&#x27;t have the staff to review the activities of the sites they&#x27;re protecting? That&#x27;s a serious problem, in my opinion, because their cloaking technology is very effective.
评论 #10262961 未加载
mdekkersover 9 years ago
I am a long-standing CF partner and supporter. This really does not fill me with happy, warm thoughts. I love the CF tech and offering, but am going to be forced to look around for alternatives.
评论 #10258456 未加载
astrowilliamover 9 years ago
Does anyone have a link to a viable contender? I have used cloudflare in the past and it was great but now I need a new service.
评论 #10259138 未加载
评论 #10258904 未加载
EugeneOZover 9 years ago
Congrats, CloudFlare, I always liked to use your services.
dzhiurgisover 9 years ago
They must have also have some very useful browsing data.
cagenutover 9 years ago
<p><pre><code> “The world is looking for their Android,” Prince says. “We’re the Android of cloud services.” </code></pre> I can&#x27;t tell if this is inane exec-speak or if this means they really intend to branch out into stuff like a dropbox&#x2F;gdrive storage product and a compute&#x2F;ec2 like service.<p>full disclosure: I start work for a competitor at the end of the month
评论 #10262756 未加载
评论 #10262958 未加载