Ask HN: What are the largest static sites you know of?
1–7 of 7 posts
Re: Ask HN: What are the largest static sites you know of?
#2Re: Ask HN: What are the largest static sites you know of?
#3Can you speak more about how the hosting providers were broken?
Re: Ask HN: What are the largest static sites you know of?
#4Can you speak more about how the hosting providers were broken?
One example I can give you is the the Gitlab pages artifact size limit (1 GB). Most providers also have a "max build time" that is too low for projects of this size.
Re: Ask HN: What are the largest static sites you know of?
#5Earlier quoted context omitted.
One example I can give you is the the Gitlab pages artifact size limit (1 GB). Most providers also have a "max build time" that is too low for projects of this size.
You could host on AWS or GCP which doesn't have any limits.
Re: Ask HN: What are the largest static sites you know of?
#6Re: Ask HN: What are the largest static sites you know of?
#7Earlier quoted context omitted.
You could host on AWS or GCP which doesn't have any limits.
I have hosted it using an s3 compatible object store for now. But the experience was really terrible compared to Gitlab Pages / Netlify (Just push it to a repo and you are done!).
At the "largest" level, you should accept 1-2 hours of minor setup/fiddling at least.