> Simple Revisions Delete wordpress plugin resources analysis

Simple Revisions Delete wordpress plugin resources analysis

Download This Plugin
Download Elegant Themes
Name Simple Revisions Delete
Version 1.4.1
Author Brice CAPOBIANCO
Rating 100
Last updated 2015-02-25 12:15:00
Downloads
768
Download Plugins Speed Test plugin for Wordpress

Home page

Delta: 0%

Post page

Delta: 0%
Simple Revisions Delete plugin has no negative impact on PageSpeed score.

Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%

Simple Revisions Delete plugin added 0 bytes of resources to the Home page and 6 bytes of resources to the sample Post page.

Simple Revisions Delete plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.

Great! Simple Revisions Delete plugin ads no tables to your Wordpress blog database.

What does it do?

It helps you keep a clean database by removing unnecessary posts revisions. Unlike other similar plugins, it lets you delete only specific posts revisions, not all your site revisions at once. The plugin is perfectly integrated in the WordPress back-end, and uses native core functions to safely delete revisions. It is very lightweight, very simple to use, and just does the job!

How does it work?

The plugin adds a discreet link in the post submit box, next to the default revisions counter (see screenshots section). When you click on it, it will purge the appropriate post revisions via AJAX (no JS is also support). It also add a new bulk action option in the post/page row view to let you purge revisions of multiple posts at once.

Since v1.3 you can delete a single revision at once (see screenshots).

See plugin's page

NOTE: There is no admin page for this plugin - none is needed.

Post Types support

The default supported post types are post and page, but you can easily add custom post types or remove default post types with the following hook:

function bweb_wpsrd_add_post_types( $postTypes ){
    $postTypes[] = 'additional-cpt';
    $postTypes[] = 'another-cpt';
    return $postTypes;
}
add_filter( 'wpsrd_post_types_list', 'bweb_wpsrd_add_post_types' );

Custom user capability

The default capability to purge or remove rivisions is delete_post, but you can override this with the following hook:

function bweb_wpsrd_capability() {
    return 'edit_post';
}
add_filter('wpsrd_capability', 'bweb_wpsrd_capability');

Languages

The plugin only bears a few sentences, but you can easily translate them through .MO & .PO files. Currently available languages are:

  • English
  • French
  • Deutsch - Thanks to mallard66

Become a translator and send me your translation! Contact-me

CHECK OUT MY OTHER PLUGINS

Please ask for help or report bugs if anything goes wrong. It is the best way to make the community benefit!

Screenshots

Resources added by plugin to Home page/Post page in kB
Total size of resources for Home page/Post page in kB
Random Theme Tests
Bartleby screenshot

Bartleby

by: cardiganmedia

5756
100%
Front Page screenshot

Front Page

by: timsainb

11142
0%