5 ms·
In my experience, the revision system in WordPress is not performant. The more revisions there are for a given page, the longer it takes to publish that page,
by bkyan 2y ago
In my experience, the revision system in WordPress is not performant. The more revisions there are for a given page, the longer it takes to publish that page, eventually leading page publish requests to time out. I usually have to limit the number of per-page revisions to keep, to prevent that from happening.
- b0ner_t0ner 2y agoMost Wordpress sites can go static (like using WP2Static), so the HTML online is always fast.
- racked 2y agoOnly 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)
- bkyan 2y agoThe performance bottleneck with regards to revisions is on write, rather than on read.