Hello @akashmughal21
I am sorry about the issue you are experiencing and I am happy to assist you with this.
Can you please share if you are on a shared served or VPS/Dedicated and if the caching method you are using for DB caching is set to Disk?
ALso, have you tried purging the DB Cache?
Thanks!
Hi @vmarko,
We are using a Shared Server and yes the caching method is set to Disk.
Yes, I have tried purging all the caches again and again. Also, uninstalling and reinstalling the plugin. But nothing worked.
Thanks!
Hello @akashmughal21
Thank you for the info.
WordPress website utilizes database quite a lot. And database caching allows decreasing database usage. Database caching allows to cache database request results.
Database caching can make your site faster if the time needed to get data from the database is more than the time needed to get data from the cache.
So, if you are on shared hosting, then memory-based caching is likely to be unavailable for you. And disk-based caching is not that efficient. In other words, if you are on shared hosting, it’s recommended not to use database caching.
Moreover, using disk-database caching (on shared hosting) can make your site slower. This is so because getting data from the database can be faster than getting cached data from the disk.
So I would advise disabling the Database cache in your case.
Thanks!
Hi @vmarko
Thanks for the detailed information.
I have a Memcached feature available with my hosting plan.
Do you recommend me to use Memcaching for Page, Object, and Database Caching?
Thanks.
Hello @akashmughal21
Yes, It’s best to use memory-based caching for DB and/or Object Caching.
Thanks!