For improving the WordPress website or blog performance you need use following method.
WordPress saves the post revisions after every 2 min. That takes so much mysql storage.
To save MySQL storage, some WordPress user will be happy using this method, this method is Disable WordPress Post Revision.
Why we need disabled this featured?
It’ because WordPress created such as dummy data revision and this one make our table sized increased. And if you have limited space, this is bad idea, and of course disable Post Revision also made your WordPress running faster.
Open your wp-config.php file and put the following code in that file. If you are not wordpress developer then dont use following code. Please consult with any wordpress developer for this code.
/* disable post-revisioning nonsense */
define('WP_POST_REVISIONS', FALSE);
Incoming search terms:
- disable post revision 3 2 1
- wordpress 3 2 1 disable revisions
- wordpress 3 2 1 revisions limited numbers
- wordpress 3 2 1 revision
- wordpress 3 2 1 post revisions
- wordpress 3 2 1 disable revision
- turn off wordpress post revision 3 2 1
- post revisions wordpress 3 2
- post revision history in wordpress 3 2 1
- how to disable wordpress post revision 3 2 1
- wordpress 3 2 disable post revision






Well I truly enjoyed studying it. This subject provided by you is very constructive for accurate planning.
Great article and straight to the point. I am not sure if this is truly the best place to ask but do you guys have any ideea where to employ some professional writers? Thank you
great article and great techniques! Very informative… Keep up the good work!
Hey, nice post, very well written. You should post more about this. I’ll certainly be subscribing.
Super-Duper blog! I am loving it!! Will be back later to read some more. I am taking your feeds also
I noticed on few of my blogs, that have the latest wordpress version (3.2.1) that this method doesn’t work. The database is full with revisions, even this code is in the wp-config file.
(((
To bad, because as you say it, this revision thing is nonsense
Great tip. I think you can also limit the number of revisions to something like 10. So you wont have 100 extra copies doing nothing, but you still have some of the autosave features available. Just an idea.