Normally, if you delete the plugin via the “Plugins -> Installed Plugins” page, it should automatically delete its settings. If you’ve already uninstalled the plugin using another method (e.g., by manually deleting the files), you could try installing it again (just install, don’t activate) and then deleting it as described above.
If that doesn’t help, could you be more specific about what the “auto load data” is? What is the largest table that you mentioned? Is there a specific table entry that’s very large?
Hello,
we already installed and deleted the plugin. That do not empty the auto load data.
Any chance to delete it or set it to none for autoload?
WordPress status also send us warning that we have a very large autoload table.
Kinsta told us that your plugin adding the most data to table (23x more then the largest auto load entry).
Question 2:
Why all other plugins working so much smarter which also handle menue in wp?
BR
Again, what data are you referring to? Is there a specific auto-loaded option that’s not getting deleted? If you’re sure that it’s related to this plugin (options it creates usually have names starting with ws_
or ame_
), you may be able to delete it manually using phpMyAdmin or another DB management tool.
Why all other plugins working so much smarter which also handle menue in wp?
I assume this is a rhetorical question.
-
This reply was modified 1 month, 3 weeks ago by
Janis Elsts.
Hello.
regarding db content we used this sql query:
SELECT option_name, length(option_value) AS option_value_length FROM wp_options WHERE autoload='yes' ORDER BY option_value_length DESC LIMIT 10;
This ends in this result:
https://paste.pics/SSRP7
“I assume this is a rhetorical question.”
-> Not really. Please check your support threads. Its an evergreen and a lot of users stuck in this issue.
Ah, so you had the Pro version installed at some point. One thing to note is that installing and uninstalling the free version will not delete all Pro version data. It will only delete the settings that are also used by the free version.
In this case, you would need to install and uninstall the Pro version to clean up options like that. Or you could delete the ws_menu_editor_pro
entry manually – that should be safe to do if the plugin has been uninstalled.
Not really. Please check your support threads. Its an evergreen and a lot of users stuck in this issue.
There are multiple user reports about the size of the menu configuration, and I do agree that it can get inconveniently large, especially on sites with lots of menu items and custom role settings. However, my impression was that this thread was about a different problem: settings not being cleaned up after uninstallation. I don’t think that has come up much before.
- Do you plan to improve the plugin regarding db table sizes about autoload?
- You say we need the pro version again. But our license is expired and we do not have any access to the pro version.
In this case, you would need to install and uninstall the Pro version to clean up options like that. Or you could delete the ws_menu_editor_pro
entry manually – that should be safe to do if the plugin has been uninstalled.
Please send us an how to.
BR
Tommy
-
This reply was modified 1 month, 2 weeks ago by
tommy83.