Last active
August 6, 2019 11:55
-
-
Save Deifinger/47925f318a6982e742ee6f376d4826ae to your computer and use it in GitHub Desktop.
PHP Optimization Advices
This file contains hidden or 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
autoloader: https://symfony.com/doc/current/performance.html#performance-install-apcu-polyfill |
This file contains hidden or 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: | |
- https://symfony.com/doc/current/performance.html#performance-install-apcu-polyfill | |
settings: | |
- https://ruhighload.com/Оптимизация+php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment