Hacker News new | ask | show | jobs
by ksec 1798 days ago
Still dont understand why is CDN, or something basic like caching not on by default in 2021.
2 comments

You don't actually need a CDN or caching to survive being on the HN frontpage: https://xyrillian.de/thoughts/posts/latency-matters-aftermat...
Or maybe a somewhat crazy solution like static HTML files ...
I actually think static HTML is not a "crazy" solution at all. For like 99% of blog there is no need for a Database for dynamic page view. Modern CPU and SSD is so fast just regenerate all the page. Not using something nerdy like the JAMstack, go back to good old FrontPage or Dreamweaver style.