Caching on cron
-
Yello,
please skip caching when DOING_CRON, scheduled events may not run.
Also, I’ve removed the nag if APC is not installed by wrapping the whole thing with if clause.Wrap the whole object-cache.php content with such if:
if (function_exists('apcu_fetch') && (!defined('DOING_CRON') || !DOING_CRON)) { ... }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Caching on cron’ is closed to new replies.