Last active
November 25, 2023 07:26
-
-
Save lukecav/c21fc491f5639de09a6d22934b368855 to your computer and use it in GitHub Desktop.
OPCache Options for WordPress
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
opcache.enable=1 | |
opcache.memory_consumption=192 | |
opcache.max_wasted_percentage=5 | |
opcache.max_accelerated_files=7963 | |
opcache.revalidate_freq=5 | |
opcache.interned_strings_buffer=16 | |
opcache.save_comments=1 | |
opcache.load_comments=1 | |
opcache.enable_file_override=0 | |
opcache.fast_shutdown=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://php.net/manual/en/opcache.configuration.php