▲ | taminka 11 hours ago | |||||||||||||
how does that happen btw? like it's understandable when a website is hosted on a vape (lol), but even a cheap vps should be able to handle like 10-20k views in the span of a couple hours (which is the max load from HN i'm assuming), unless you're hosting video or some such | ||||||||||||||
▲ | RALaBarge 10 hours ago | parent | next [-] | |||||||||||||
It depends! You can make a website with a static text file or you can make a video run as the background. There are more ways to mess it up than to get it right, actually. | ||||||||||||||
▲ | kouteiheika 10 hours ago | parent | prev | next [-] | |||||||||||||
> how does that happen btw? People write their sites in slow languages "because it's I/O bound anyway" and put content which could easily be static in a DB. | ||||||||||||||
| ||||||||||||||
▲ | tazjin 10 hours ago | parent | prev | next [-] | |||||||||||||
Serve even statical pages with direct DB access on every hit, using some slow and bloated JS/Python backend, and voila. | ||||||||||||||
| ||||||||||||||
▲ | p_ing 10 hours ago | parent | prev | next [-] | |||||||||||||
It's a WordPress site. | ||||||||||||||
▲ | sneak 10 hours ago | parent | prev [-] | |||||||||||||
Static sites are not that popular, generally speaking. Anyone competent can put a static site up on CF pages or even a lame VPS and serve huge amounts of traffic just fine. That’s not what they do. |