buckets/frankenphp/conf.d/20-app.prod.ini

6 lines
274 B
INI
Raw Normal View History

2026-06-15 00:14:42 +02:00
; https://symfony.com/doc/current/performance.html#use-the-opcache-class-preloading
opcache.preload_user = www-data
opcache.preload = /app/config/preload.php
; https://symfony.com/doc/current/performance.html#don-t-check-php-files-timestamps
opcache.validate_timestamps = 0