As far as I know, this may help someone facing sudden attention. Last month my content reached the front page of a large forum. The traffic spike was immediate and severe. My setup was Time4VPS's basic plan, 1 CPU, 512MB RAM, 10GB storage. Here is what functioned:
- First, Cloudflare proxy was already active. This absorbed approximately 85 percent of requests. I enabled aggressive caching rules for static assets. Cache everything at the edge.
- Second, I converted dynamic pages to static HTML where possible. The WordPress installation received a caching plugin configured to bypass PHP entirely for anonymous visitors.
- Third, I disabled wp-cron and replaced it with a system cron running every five minutes. The default WordPress behavior triggers on every page load, which is unsustainable under load.
- Fourth, I compress