| ▲ | yanis_t 13 hours ago |
| My posts* got to the first spot on hackernews couple of times. Never once it broke down like that. And why would it, it's just a bunch of html and css files served through (free) vercel (don't think it matters). I wonder what do people run their blogs these days, so they fail under the pressure so easily. * https://news.ycombinator.com/from?site=yanist.com |
|
| ▲ | timpera 13 hours ago | parent | next [-] |
| It's WordPress, which is a great CMS but can quickly crumble under load when using cheap hosting. |
| |
| ▲ | andix 13 hours ago | parent | next [-] | | With an external cache/CDN it should work perfectly fine. There are also some caching plugins for wordpress, but most of them still hit the database on every request. | |
| ▲ | yanis_t 13 hours ago | parent | prev [-] | | So I assume it's because it's not statically build, but requires a DB connection all the time? | | |
| ▲ | timpera 13 hours ago | parent [-] | | Yes, with the recent waves of AI scrapers I have noticed on my own WordPress websites that the DB seems to the weak point when under load. Cache plugins can help a lot with this. |
|
|
|
| ▲ | VladVladikoff 13 hours ago | parent | prev [-] |
| Cheap shared hosting will throttle sites which get too much traffic. |