We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e2c152 commit 1b0b32bCopy full SHA for 1b0b32b
frankenphp/conf.d/20-app.prod.ini
@@ -1,2 +1,5 @@
1
+; https://symfony.com/doc/current/performance.html#use-the-opcache-class-preloading
2
opcache.preload_user = root
3
opcache.preload = /app/config/preload.php
4
+; https://symfony.com/doc/current/performance.html#don-t-check-php-files-timestamps
5
+opcache.validate_timestamps = 0
0 commit comments