index-wp-mysql-for-speed icon indicating copy to clipboard operation
index-wp-mysql-for-speed copied to clipboard

A plugin to add useful indexes to your WordPress installation's MySQL database.

Results 16 index-wp-mysql-for-speed issues
Sort by recently updated
recently updated
newest added

MKhalid reports: My wp_options table is present both in revert key and convert key, and when i try to either convert or revert using the plugin page or wp-cli i...

bug

We added both Index WP MYSQL for Speed and Index WP Users for Speed to our woocommerce site, which had become slow due to very large usermeta (1.6MM rows) and...

more info needed

I also have a few LearnDash sites setup with a HUGE number of users/postmeta, etc, and I think this could be very beneficial as well especially on LearnDash's custom tables...

more info needed

Can we look at the WPML plugin's indexes to find opportunities for speedups? https://wpml.org/ Per this request. https://wordpress.org/support/topic/please-add-wpml-support/

enhancement

A user asked for indexes on BuddyPress tables. https://wordpress.org/support/topic/index-buddypress-and-other-meta-tables/ More information is needed, about the bad queries.

enhancement
more info needed

From a user: Would it be possible to add keys for an eCommerce Store that has product filtering with lots of attributes? wp_terms wp_term_taxonomy wp_term_relationships wp_woocommerce_termmeta wp_woocommerce_attribute_taxonomies (for product attributes)...

enhancement
more info needed

And, make ilonglist and slonglist for > 20 items.

enhancement
usability

ALTER TABLE wp_sitemeta DROP KEY site_id, ADD KEY site_id (site_id, meta_key, meta_value(32))

enhancement

Newest version throwing fatal on /wp-admin/tools.php?page=imfs_settings&tab=monitor_database_operations and /wp-admin/tools.php?page=imfs_settings&tab=high_performance_keys ``` [09-Apr-2024 23:18:24 UTC] PHP Fatal error: Uncaught TypeError: log(): Argument #1 ($num) must be of type float, string given in /app/web/wp-content/plugins/index-wp-mysql-for-speed/afp/factory/_common/utility/base_utility/AdminPageFramework_Utility.php:138...

Admin Page Framework registers a 'current_screen' action handler that's invoked via php's __call magic method rather than by being defined in the class. But Query Monitor's Hooks and Actions display...

usability
compatibility