This week I share a way to make your website fast by getting your database file smaller by limiting the number of revisions you keep in the database.
Upcoming Events
Segment 1: In the News
Segment 2: Shrinking your Database by limiting Revisions
the limit can be set in wp-config.php:
define( ‘WP_POST_REVISIONS', 3 );
or with plugins:
Segment 3: Tool of the Week