Make WordPress Core

Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#35555 closed feature request (invalid)

WordPress should REMOVE Plugins (Themes may be) DB record after deletion

Reported by: talha-presstigers's profile talha-presstigers Owned by:
Milestone: Priority: normal
Severity: normal Version: 4.4.1
Component: Plugins Keywords:
Focuses: Cc:

Description

Hi,
I am a WordPress developer and front-end designer. I used WordPress for work. It's been almost 3 years that I am developing WordPress sites with WordPress Themes & Plugins development.
In WordPress we face the issue of speed when the WordPress site got heavy traffic. This is because there are garbage values in the DB and some of them are loaded on the front-end without any reason.
I give you an example for that.
I installed a plugin name "ANY Plugin Name", the "ANY Plugin Name" create some options entries in the wp_options table with auto-load = yes, then I uninstalled and delete the "ANY Plugin Name" plugin but the plugin did not remove its DB record like auto-load options values.
Now whenever the user visits the site the "ANY Plugin Name" plugin auto-load options are loaded without any reason and that cause the speed of WordPress site.

The new feature request for this task is that:

  1. WordPress should keep an eye on plugins db queries record.
  2. When deleting the plugins, there should be an other options like "Yes, delete plugins files & DB records"
  3. So , in this user can also delete the plugins DB records that act as a garbage value for WordPress after plugin delete.
  4. I am attaching an image URL for this presentation

http://prntscr.com/9svohs

Thanks & Regards,
Mohammad Talha
WordPress Theme & Plugin Developer

Attachments (1)

WPTicket.png (12.0 KB) - added by talha-presstigers 9 years ago.
The file presents the new option when deleting a plugin from WordPress.

Download all attachments as: .zip

Change History (4)

@talha-presstigers
9 years ago

The file presents the new option when deleting a plugin from WordPress.

#1 @talha-presstigers
9 years ago

  • Severity changed from normal to major

#2 @swissspidy
9 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Severity changed from major to normal
  • Status changed from new to closed

Hey there, thanks for your report!

I know that unneeded database tables or entries can be annoying and slowing down things, but it's impossible for WordPress to automatically know what records a plugin creates in the database.

That's why plugins are encouraged to register an uninstall hook to remove any data upon plugin deletion themselves.

If a plugin properly does that, a button like you described in your screenshot is automatically added. If a plugin doesn't implement this, you should really talk to its developer.

See also #20578 for UX improvements for the uninstall process.

#3 @talha-presstigers
9 years ago

Okay I understood.

Thanks for your quick response.

Thanks & Regards
Mohammad Talha

Note: See TracTickets for help on using tickets.