wp-spider-cache icon indicating copy to clipboard operation
wp-spider-cache copied to clipboard

Not showing any cache keys in Admin Panel > Spider Cache

Open syaifulsz opened this issue 8 years ago • 1 comments

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:

  • Debian
  • LEMP (PHP 7.0)
  • Memcached
  • WordPress 4.8.1
spider_cache_empty

syaifulsz avatar Sep 17 '17 19:09 syaifulsz

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.)

JJJ avatar Sep 12 '24 01:09 JJJ