$recommendations[]='The maximum number of OPcache keys is nearly exceeded. To assure that all scripts can be hold in cache, it is recommended to apply <code>opcache.max_accelerated_files</code> to your PHP configuration with a value higher than <code>'.($this->iniGetWrapper->getNumeric('opcache.max_accelerated_files')?:'currently').'</code>.';
$recommendations[]='The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply <code>opcache.memory_consumption</code> to your PHP configuration with a value higher than <code>'.($this->iniGetWrapper->getNumeric('opcache.memory_consumption')?:'currently').'</code>.';
$recommendations[]='The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply <code>opcache.interned_strings_buffer</code> to your PHP configuration with a value higher than <code>'.($this->iniGetWrapper->getNumeric('opcache.interned_strings_buffer')?:'currently').'</code>.';