WP 7.0-beta1 and opcache
-
- WordPress: 7.0-beta1
- php 8.5
- opcache enabled (file)
The site health tests the existence of opcache in includes/class-wp-site-health.php:
2803: if ( function_exists( 'opcache_get_status' ) )But opcache_get_status “will not return any information about the file cache”. It returns false and site health reports “Opcode cacheDisabled”.
Is this check right? Searching the internet I get many answers about activating opcache. Most of them are about activating “opcache file cache”.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.