Hello,
On https://cometcache.com/kb-article/how-do-i-know-if-comet-cache-is-working/ there seems to be a typo in a code snippet.
Under the heading ‘Comet Cache is enabled but not working!’ at the 4th point there’s a code-snippet that reads define(WP_CACHE, TRUE);
, but I believe this needs to be define('WP_CACHE', true);
(with WP_CACHE in parentheses).
Thank you for a great product!