How to clear the version history? I have over 500 versions of home page now…

Posted in: Newspaper
Post count: 41

How to clear the version history? I have over 570 versions of the home page now.
All those versions must slow down the download of the first page of the site, right?

Post count: 9544

You can set number of revisions to keep for WP by editing the wp-config.php file; you can also try optimizing your dbase with the WP-Optimize plugin.

define( 'WP_POST_REVISIONS', 3 );
https://codex.wordpress.org/Editing_wp-config.php

Basic part of WordPress, not part of the theme.

Some tips:

http://www.wpbeginner.com/wp-tutorials/how-to-disable-post-revisions-in-wordpress-and-reduce-database-size/

  • This reply was modified 8 years by simchris.
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.