forum/frankenphp/conf.d/20-app.prod.ini
2025-01-14 22:31:34 +01:00

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