Hacker News new | ask | show | jobs
by b0ner_t0ner 636 days ago
Most Wordpress sites can go static (like using WP2Static), so the HTML online is always fast.
2 comments

The performance bottleneck with regards to revisions is on write, rather than on read.
Only if you avoid common plugins that need some server-side interaction, for instance Gravity Forms.

(Probably _unless_ you use some custom rewrite rules, but then you're walking on less-trodden paths)