This commit is contained in:
2026-02-12 17:09:40 +01:00
parent 232159984c
commit 58856844ce
4 changed files with 82 additions and 10 deletions

8
opcache.ini Normal file
View File

@@ -0,0 +1,8 @@
; OPcache caches compiled PHP for major speed gains
opcache.enable=1
opcache.memory_consumption=128
opcache.interned_strings_buffer=16
opcache.max_accelerated_files=10000
opcache.revalidate_freq=60
opcache.fast_shutdown=1
opcache.enable_cli=0