6 lines
270 B
INI
Raw Normal View History

2025-01-03 15:05:33 +01:00
; https://symfony.com/doc/current/performance.html#use-the-opcache-class-preloading
2023-09-20 16:53:05 +02:00
opcache.preload_user = root
opcache.preload = /app/config/preload.php
2025-01-03 15:05:33 +01:00
; https://symfony.com/doc/current/performance.html#don-t-check-php-files-timestamps
opcache.validate_timestamps = 0