• Resolved PumpaXXL

    (@pumpaxxl)


    Hi, I have migrated a site where I successfully use the plugin. The new site is significantly slowed down – the first html is postponed by 5.4 seconds, event on pages with no form, unless I disable the User Registration plugin. So I thought I could delete the plugin and reinstall – start fresh. But after reinstallation all the settings were in place. So, can you please help me with two questions…

    – What could be the problem with slowing down the site after migration?
    – How do I remove plugin and its database records?

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter PumpaXXL

    (@pumpaxxl)

    Hi, I have found, that not the problems were caused not by the migration but interaction of your plugin with new Divi theme. The second question remains.

    Thanks.

    Hi there,

    To remove all form data you have to set UR_REMOVE_ALL_DATA constant to true in wp-config.php file of wordpress.

    File: wp-config.php
    Add following line at the end

    define( 'UR_REMOVE_ALL_DATA', true );

    Let me know if you have any further questions.

    Thanks!

    Thread Starter PumpaXXL

    (@pumpaxxl)

    Hi and thanks!

    Will the data be removed as soon as I put this in the wp-config.php or when I disable the plugin?

    Hi again,

    No. You need to add this in your config and then uninstall the plugin. In many conditions you may not want to remove all data after removing the plugin too. For more details on this follow: https://github.com/wpeverest/user-registration/blob/master/uninstall.php#L18

    Hope this helps!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Problems after migration’ is closed to new replies.