Use InnoDB

Increases performance by changing the storage engine of the options table from MyISAM to InnoDB.

Author:WPChef (profile at wordpress.org)
WordPress version required:4.2
WordPress version tested:5.4.1
Plugin version:1.0.2
Added to WordPress repository:21-08-2018
Last updated:29-04-2020
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:
Total downloads:2 203
Active installs:300+
plugin download
Click to start download

This plugin changes the storage engine of the options table from MyISAM to InnoDB. Please take note that if you have a relatively fresh WordPress installation, the options table might already be the InnoDB type. In this case the plugin will not be of any help, but will not cause any issues either.

The InnoDB storage engine locks tables (when needed) on a single row level, while MyISAM does this on the entire table level, this is less effective and leads to WordPress slow-ness when working with highly loaded sites or large options table.

The plugin starts working right after activation and doesn’t have any settings.


ChangeLog