6 lines
270 B
INI
6 lines
270 B
INI
; https://symfony.com/doc/current/performance.html#use-the-opcache-class-preloading
|
|
opcache.preload_user = root
|
|
opcache.preload = /app/config/preload.php
|
|
; https://symfony.com/doc/current/performance.html#don-t-check-php-files-timestamps
|
|
opcache.validate_timestamps = 0
|