Open
Description
This can be uselfull to check the opcache configuration options :
- opcache.enable_file_override 1 to optimise the imports
- opcache.max_accelerated_files >= 15000
- opcache.interned_strings_buffer > 8
- opcache.memory_consumption au moins 128MB
- opcache.enable_cli 1 to optimize event on WP-CLI
- opcache.validate_timestamps and opcache.revalidate_freq rightly configurer
- opcache.save_comments 0
- opcache.load_comments 0
For performance optimisations