|
|
|
|
|
by toomuchtodo
4500 days ago
|
|
We currently use a mix of Akamai (100TB/month commit, static assets), Cloudfront (serves a static JS site out of S3, 10-50GB/month of usage), and Cloudflare (caches JSON get requests from an Elastic Beanstalk REST API). I've found Cloudfront to be faster than Akamai (although a bit pricier unless you're committing to 10TB+/month from a specific region), and Cloudflare to be faster than both (although with Cloudflare I can't invalidate individual files/URI paths, just the whole site, which I can live with). |
|
And does Cloudflare cache HTML pages? Last I checked it only cached (what it considered) static assets and hit the origin for every page.