• Hi I need to disable Ninja Cache because I have a cache program that clears then pre-caches select pages every day.

    When I try to switch off the caching tab options in your plugin, it just removes define(‘WP_CACHE’, true); from wpconfig, which disables my other cache plugin.

    So I need to disable Ninja Cache, but allow my other cache to continue to work. This is so I can pre-cache by cron select pages and still use many of the awesome optimization features you have.

    I have also tried changing permissions on the cache folders to ‘read only’.

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author Denis Ryabov

    (@dryabov)

    PageSpeed Ninja’s cache works as follow. Initially, during activation, it detects that WP_CACHE is enabled (i.e. other caching plugin is active) and disables its own caching. But if you apply a preset after that, it may override Caching settings and switch to PageSpeed Ninja’s caching.

    I’d recommend to disable caching in PageSpeed Ninja, remove wp-content/advanced-cache.php (if it’s not removed automatically), and re-enable caching in your caching plugin.

    I’ll think how to avoid this issue in further releases.

Viewing 1 replies (of 1 total)
  • The topic ‘Need to Disable Ninja Cache’ is closed to new replies.