Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check opcache config #28

Open
Rahe opened this issue Oct 30, 2020 · 0 comments
Open

Check opcache config #28

Rahe opened this issue Oct 30, 2020 · 0 comments
Assignees

Comments

@Rahe
Copy link
Member

Rahe commented Oct 30, 2020

This can be uselfull to check the opcache configuration options :

  1. opcache.enable_file_override 1 to optimise the imports
  2. opcache.max_accelerated_files >= 15000
  3. opcache.interned_strings_buffer > 8
  4. opcache.memory_consumption au moins 128MB
  5. opcache.enable_cli 1 to optimize event on WP-CLI
  6. opcache.validate_timestamps and opcache.revalidate_freq rightly configurer
  7. opcache.save_comments 0
  8. opcache.load_comments 0

For performance optimisations

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

No branches or pull requests

2 participants