Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

HN is also available through Cloudflare but that seems to depend on M5.

Don't take my word for it. Test it for yourself:

  printf 'GET / HTTP/1.1\r\nHost: news.ycombinator.com\r\nConnection: close\r\n\r\n' \
   |openssl s_client -connect cloudflare.com:443 -ign_eof -servername news.ycombinator.com



>The desire to have fewer moving parts

This actually got me thinking. Do we really need CDN? This is one of those thing we take and use without actually thinking whether we could do without it.

Interesting thought experiment.


Cloudflare only proxies dynamic websites.


CloudFlare will proxy whatever site you configure, even if it is static.

Static websites will get the best speed boost from locally served assets (much reduced latency from the local POP) because the page itself can be cached (presuming headers on origin site are correctly set). Especially for page requests from international users.


Sorry, I wasn't clear. What I meant was that since HN is dynamic its dynamic content is not usually cached. I mentioned specifically "dynamic" sites on my parent comment because as of this month Cloudflare can host static pages.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: