• Hello,

    there is still not clean uninstall solution for this plugin?
    And please send us sql query to cleanup all your auto load data. Our db is full of data by your plugin. The table is 23x larger as the largest table in a very compley project.
    Kinsta told us to delete this plugin and repair/cleanup the database.

    Please send us an solution.

    BR

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Janis Elsts

    (@whiteshadow)

    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?

    Thread Starter tommy83

    (@tommy83)

    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

    Plugin Author Janis Elsts

    (@whiteshadow)

    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.
    Thread Starter tommy83

    (@tommy83)

    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.

    Plugin Author Janis Elsts

    (@whiteshadow)

    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.

    Thread Starter tommy83

    (@tommy83)

    1. Do you plan to improve the plugin regarding db table sizes about autoload?
    2. 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.
    Plugin Author Janis Elsts

    (@whiteshadow)

    1. The next update will include some minor configuration size improvements, though enabling compression in the “Settings” tab will still be more effective. However, if you’re using the free version, this won’t have any effect on DB entries that are exclusive to the Pro version.
    2. Since you mentioned Kinsta earlier, here’s a tutorial from Kinsta.com on how to clean up plugin data in DB tables:
      https://kinsta.com/blog/uninstall-wordpress-plugin/#cleanup-tables-in-phpmyadmin
      In this case, you would need to search the wp_options table for ws_menu_editor_pro and delete that entry. It’s probably a good idea to back up the database first.
Viewing 7 replies - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.