Live data from Hacker News

Benchmarking static website hosting providers

savjee.be

51–60 of 66 posts

Re: Benchmarking static website hosting providers

#51
post #2

CloudFlare's slowness is extremely surprising to me. From my house in Greece, I get a one millisecond ping to 1.1.1.1 (devices in my house have higher pings), so I was assuming that would carry over to their caches. Too bad about that, looks like I'm going to have to rethink my setup of having them cache my site on their edge.

That seems to imply that you are within about 100km of something on cloudflare's edge.

Re: Benchmarking static website hosting providers

#52
I recently moved my personal site from Netlify to GitHub Pages, just to be dependent on one less service—it was already being built from GitHub anyway.

Anecdotally I thought it seems snappier, so it’s cool to see that backed up.

I’m pretty amazed by what you get for free on GitHub Pages. I use the Eleventy static-site generator, and I’m using Actions to automatically rebuild my site every time I push. Works really slick.

Re: Benchmarking static website hosting providers

#53
post #51
post #2

CloudFlare's slowness is extremely surprising to me. From my house in Greece, I get a one millisecond ping to 1.1.1.1 (devices in my house have higher pings), so I was assuming that would carry over to their caches. Too bad about that, looks like I'm going to have to rethink my setup of having them cache my site on their edge.

That seems to imply that you are within about 100km of something on cloudflare's edge.

Yes, I have a suspicion they have an edge node in my city.

Re: Benchmarking static website hosting providers

#54

I'd be interested to see comparisons with the "S3-alike" services like Wasabi [1] and BackBlaze's B2 [2]. Their selling point is that they're a lot cheaper, so performance comparisons would be interesting. 1: https://wasabi.com 2: https://www.backblaze.com/b2/cloud-storage.html

I don't think it's a good idea to serve a static website out of a Wasabi bucket - they might suspend your account if it receives any significant traffic.

Their pricing model is to be cheap by not apply egress bandwidth charges, on the understanding that this will be low compared to the storage used.

The pricing FAQ says "If your monthly downloads (egress) are greater than your active storage volume, then your storage use case is not a good fit for Wasabi’s free egress policy", and "If your storage use case exceeds the guidelines of our free egress policy on a regular basis, we reserve the right to limit or suspend your service" [1].

[1]: https://wasabi.com/cloud-storage-pricing/pricing-faqs/

Re: Benchmarking static website hosting providers

#55

I'd like to see a comparison among Netlify, Vercel, and Render.com as they all offer free hosting for static sites with similar usability. It's a growing service category (free hosting for static sites deployed from GitHub). Are there others (besides GitHub Pages) I don't know about?

GitLab Pages can use a GitHub repository as a source as well.

Re: Benchmarking static website hosting providers

#56
post #51

Earlier quoted context omitted.

That seems to imply that you are within about 100km of something on cloudflare's edge.

Yes, I have a suspicion they have an edge node in my city.

They publish a list of their POPs: https://www.cloudflare.com/network/

Re: Benchmarking static website hosting providers

#58
So it seems like this is a complicated measurement of latency. The CDNs should win where they have a nearby endpoint.

A comparison of the additional latency (due to slow webservers etc) seems like a more relevant thing to measure if we'recomparing the services themselves. Eg something like time to first byte MINUS network latency. Otherwise you already had your answer with the ping times..

Re: Benchmarking static website hosting providers

#59
post #6

A CDN is not the same as a hosting provider. Proximity to edge locations of the CDNs likely has something to do with latency delays. Also proximity of your hosting server location to Cloudflare's CDN. I ran a similar benchmark for time to first bite with a Heroku site behind CloudFlare and since the Heroku edges location varied wildly, latency varied wildly as well. CloudFront in front of an S3 bucket in the same loc…

Re: DDoS protection: AWS includes their standard anti-DDoS support for free with most AWS services exposed to public including Cloudfront. https://aws.amazon.com/shield/getting-started/

Does not seem to be at the level CloudFlare offers. The AWS advanced tier seems $3000+ per company and there are a bit of fox guarding hen-house incentives for the free tier (Attacks lead to higher AWS bills, while proper protection is another expensive subscription).

Re: Benchmarking static website hosting providers

#60
post #37

Earlier quoted context omitted.

No idea frate, though I use a wired desktop for the test, so wifi latency isn't a consideration.

I have 10 ms to 1.1.1.1 in RO/RDS on wired. I blame their idiotic pppoe.

I have ~2.2 ms to 1.1.1.1 on RDS, wired as well. I guess it depends on the area and how lucky you are with the equipment they use.
Post reply on HN