• Hi,

    when there are many revisions,
    the wordpress will load slower.

    i have some questions,

    1. when wordpress load a post,
    will it check by the order of post id ordering,
    and then load the final revision ? or ?

    2. even the site had use cache plugin to cache pages,
    if there are alot revisions,
    the speed will still be slower,
    why it is ?

    thank you.

    • This topic was modified 2 years, 11 months ago by Jan Dembowski.
Viewing 1 replies (of 1 total)
  • Hi @bomalo!

    Answering your questions:

    1. WordPress skips post revisions when making database calls on the front end. It only looks for revisions on the post edit screen, or when you are actually browsing revisions.
    2. The front end performance should not be affected in a default plugin-less WordPress setup. However, a plugin or theme could be the cause of the slow speed if it don’t filter revisions when querying.

    If you still want to delete or change the limit of revisions to save disk space you can use a plugin like [WP Revisions Control](https://wordpress.org/plugins/wp-revisions-control/) to facilitate this task.

    Let us know if this is useful to you.

Viewing 1 replies (of 1 total)
  • The topic ‘How wordpress load from database ?’ is closed to new replies.