[ad_1]
Im new in this space. has any of you seen a situation where a plugin deactivates itself. i am using newspaper theme and the tag div cloud library keeps deactivating.
plus how would you explain a situation where as soon as live users hit more than 200, the website becomes ridiculously slow.
id like to know ho to enable persistent object cache, if such a thing exists
​
[ad_2]
What hosting are you running on is the hosting plan?
In order to utilize a persistent object cache, it is crucial to ensure that your website has access to a Redis or Memcached server.
OnIf that’s the case, you can utilize a plugin on WordPress to activate the object cache feature. Here are some popular options:
* Redis Object Cache
* Object Cache Pro
More info on the following link: [https://wordify.com/blog/you-should-use-a-persistent-object-cache-wordpress-health-check/]).
For other issues, maybe to debug/troubleshoot your site:
* [https://wpforms.com/developers/how-to-enable-debugging-in-wordpress/])
* [https://www.wpbeginner.com/wp-tutorials/how-to-easily-enable-wordpress-debug-mode-to-fix-site-errors/])
* [https://www.wpbeginner.com/wp-tutorials/how-to-find-and-access-wordpress-error-logs-step-by-step/])
* [https://www.wpbeginner.com/beginners-guide/beginners-guide-to-troubleshooting-wordpress-errors-step-by-step/])
*
> plus how would you explain a situation where as soon as live users hit more than 200, the website becomes ridiculously slow.
Common sense.
Your server reaches capacity.
> id like to know ho to enable persistent object cache, if such a thing exists.
Install “litespeed cache” plugin.
Go into your host cPanel, into PHP settings, and enable memcached and opcache.
Then on litespeed plugin settings, enable object caching > memcached.