• Resolved aar6on67

    (@aar6on67)


    What does this mean?

    I have wp opcache installed and it appears to be working. That plugin shows 99.98% hit rate.

    Query Monitor Alert

    Object Cache
    96.3% hit rate (9,051 hits, 352 misses)
    External object cache not in use
    The Redis extension for PHP is installed but is not in use by WordPress
    The Zend OPcache extension for PHP is installed but is not in use by WordPress

    • This topic was modified 6 years, 4 months ago by aar6on67.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author John Blackbourn

    (@johnbillion)

    WordPress Core Developer

    Thanks for the message. I’ll take a look.

    Plugin Author John Blackbourn

    (@johnbillion)

    WordPress Core Developer

    The cause of this message is because QM checks the return value of the wp_using_ext_object_cache() function, which usually only returns true if there’s a wp-content/object-cache.php file in place. With the Zend OPcache extension this file isn’t required, and this function returns false.

    I’ll tweak QM a bit so it doesn’t show this message when the Zend OPcache extension is in use.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘External object cache not in use’ is closed to new replies.