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
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.
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/
Thx a lot for your help. I will look into it. best
-
This reply was modified 3 years, 5 months ago by
evalast.
Thanks @evalast,
I’m marking this thread as resolved for now.
Cheers,