Comment by carstenhag
Comment by carstenhag 4 days ago
Do you need a CDN for a static html, no images? I would guess no, even if you.are being bombarded with requests
Comment by carstenhag 4 days ago
Do you need a CDN for a static html, no images? I would guess no, even if you.are being bombarded with requests
"Need" is a strong word. But I think the point is that if you expect wildly spikey traffic/don't want the site to go down if it receives a very sudden influx of requests, going static is a very good answer, much cheaper than "serverless" or over-provisioning.
I would guess yes, unless you have a server with unlimited file descriptors and flawless connectivity to every other AS...