Mobile app version of vmapp.org
Login or Join
Tiffany637

: Is it true that CloudFlare really doesn't affect dynamic content? I've been reading the CloudFlare FAQ, I understand that is acts as a reverse proxy and all requests to your domain will go through

@Tiffany637

Posted in: #Cdn #Performance #Proxy

I've been reading the CloudFlare FAQ, I understand that is acts as a reverse proxy
and all requests to your domain will go through CloudFlare.

They say in the FAQ that it won't slow down dynamic content, is this even possible?
because all dynamic content requested will be requested from their server, than their
server needs to request it from your server and than send it to the client.
That's at least they I understand it.

It seems to me like this would slow down dynamic content.

So is it true? CloudFlare doesn't affect dynamic content?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Tiffany637

2 Comments

Sorted by latest first Latest Oldest Best

 

@Vandalay111

CloudFlare, in most cases, does not cache HTML. This is because we don't want to show stale dynamic content. That said, the system can help the performance of even dynamic content in four primary ways:


CloudFlare can route traffic over preferred network routes that are often more efficient than what a request would normally take.
For sites that get a lot of traffic, CloudFlare can keep a connection open between the origin server and the CloudFlare proxy which ensures a more stable and performant route.
CloudFlare's servers are optimized for a very high level of lossless compression so even for dynamic pages the content can be compressed (and therefore delivered more quickly) than the typical GZIP settings most people implement on their web servers.
CloudFlare can modify even dynamic content on the fly to optimize it for the particular device accessing the page depending on the options you select. Features such as Auto Minify will reduce the size of dynamic HTML on the fly to eliminate comments and whitespace, where Rocket Loader will more aggressively rewrite the way resources on a page are delivered to ensure the maximum performance for the particular device accessing the site.


While dynamic content is typically only a small fraction of the overall bytes needed to render a page, CloudFlare does a number of things to ensure that even it is delivered as fast as possible.

Thanks for the question!

Matthew Prince (@eastdakota)

CEO, CloudFlare, Inc.

10% popularity Vote Up Vote Down


 

@Kristi941

That's not what the FAQ says:


CloudFlare does not cache HTML, we only cache static files like images, CSS or Javascript. So if your HTML content is constantly changing, CloudFlare will not affect this content.


It won't slow down your dynamic content–or help it, either–because they don't do anything with it.

(If you read something else that conflicts with the above, then you'll have to provide your own link for review.)

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme