Skip to content

Instantly share code, notes, and snippets.

@lukecav
Last active November 25, 2023 07:26
Show Gist options
  • Save lukecav/c21fc491f5639de09a6d22934b368855 to your computer and use it in GitHub Desktop.
Save lukecav/c21fc491f5639de09a6d22934b368855 to your computer and use it in GitHub Desktop.
OPCache Options for WordPress
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
@lukecav
Copy link
Author

lukecav commented Aug 17, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment