stuttter / wp-spider-cache

Your friendly neighborhood caching solution for WordPress
GNU General Public License v2.0
134 stars 16 forks source link

Not showing any cache keys in Admin Panel > Spider Cache #28

Open syaifulsz opened 7 years ago

syaifulsz commented 7 years ago

Hi, I've installed v6.0.0 from the master branch. I've moved the drop-ins files in wp-content and I enabled the plugin. It look like the cache is working, but it doesn't show any cache group or key in Admin Panel > Spider Cache.

I cleared all transient in database via WP-CLI wp transient delete --all, and browses the front-end and change few pages content in Admin Panel. No %_transient_% is found in wp_options table. It look like the cache is working and store caches on my memcached. But the Admin Panel > Spider Cache is empty.

My specification:

spider_cache_empty
JJJ commented 2 months ago

Take care that you have installed and are using the PHP Memcache extension.

https://pecl.php.net/package/memcache

(It is different than the Memcached extension in this important way.)