batcache
batcache copied to clipboard
A memcached HTML page cache for WordPress.
Flush keys can be used to change the cache key hash by adding an additional element to the `$batcache->keys` array. This can be used to flush the cache for any...
there are common cookies that will disable batcache because there is bad default cookie configuration. Currently, all cookies that begin with wp will cause cache to bypass. But there are...
Your default configuration for cookies needs to be changed. There are actually no wp* cookies, but it is disabling cache for my gdpr plugin (cookies begin with wpl_). And woocommerce...
`Warning: Trying to access array offset on value of type bool in /home/subdomains/staging/wp-content/advanced-cache.php on line 472` i see this warning
I need to find a way to break the cache for a user systematically within either a javascript or php function. We are trying to provide an ad lite experience...
It's not much, but it's a start: using WP-CLI's [`wp scaffold plugin-tests` command](http://wp-cli.org/commands/scaffold/plugin-tests/), I've introduced unit tests to the project, starting with the `batcache_post()` function in batcache.php. As with most...
last year's question has been unanswered at: https://wordpress.org/support/plugin/batcache/ is that forum live? or you only monitor github?
Hi, in my vip dev environment I got these after activating batcache following the istructions: ``` Warning: include_once(/srv/wp-content/object-cache.php): failed to open stream: No such file or directory in /srv/wp-content/mu-plugins/batcache/advanced-cache.php on...
Mainly so it doesn't delete any WP SUPER CACHE files which has the same name in the same place. I know you wouldn't use both but for testing purposes would...