• Resolved evalast

    (@evalast)


    Hi,

    1. Does the plugin remove all entries in the database and other stuff which is created during install and usage when i delete it from my wp installation?

    2. Does the logged in user cache work with woocommerce? If yes how? Is there any drwaback for the customers?

    thx a lot

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Mustafa Uysal

    (@m_uysl)

    Hi @evalast,

    1. Does the plugin remove all entries in the database and other stuff which is created during install and usage when i delete it from my wp installation?

    Yes, it removes files and settings, including scheduled cron hooks, during the uninstallation. The only exception could be posted level settings (which are stored in meta, however it doesn’t keep anything there by default)

    2. Does the logged in user cache work with woocommerce? If yes how? Is there any drwaback for the customers?

    It should be working; I didn’t explicitly test it with Woo. But, I don’t recommend having a logged-in user cache with WooCommerce. Since, most of the pages with WooCommerce set nocache headers.

    The object cache is a better way to speed up dynamic requests for logged-in users.

    I hope this helps.

    Regards,
    Mustafa

    Thread Starter evalast

    (@evalast)

    Thx for the quick response. Does the object cache need any extra setup – server side? Im running a managed VPS and have no Plesk or cpanel just the settings area form my host where i can create new Databases, change DNS settings and so on.

    Plugin Author Mustafa Uysal

    (@m_uysl)

    Yes, it requires extra steps on the server side.

    * Persistent object cache service. (eg: redis, Memcached)
    * PHP driver
    * Drop-in (object-cache.php – Powered Cache can set it up)

    You can learn more here https://docs.poweredcache.com/object-caching/

    Thread Starter evalast

    (@evalast)

    Thx a lot for your help. I will look into it. best

    • This reply was modified 2 years, 3 months ago by evalast.
    Plugin Author Mustafa Uysal

    (@m_uysl)

    Thanks @evalast,

    I’m marking this thread as resolved for now.

    Cheers,

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Uninstall’ is closed to new replies.