Opcache Enabled Observation
This observation checks if the Opcache PHP extension is enabled and running on your application and otherwise generates an error.
Opcache is a bytecode optimizer that improves the PHP performance significantly. It is heavily discouraged to run a PHP application in production without Opcache enabled.
This observation looks if the extension is enabled in PHP and if the INI
setting opcache.enable=true
.
Still need help?
Email [email protected]