fix: speed up local Docker PHP APIs

This commit is contained in:
hajimi
2026-08-01 16:18:19 +08:00
parent 42284ba6ac
commit 9a83c8dfb7
6 changed files with 84 additions and 3 deletions
+9
View File
@@ -0,0 +1,9 @@
; Keep source changes immediately visible while avoiding repeated PHP compilation.
opcache.enable=1
opcache.enable_cli=1
opcache.memory_consumption=128
opcache.interned_strings_buffer=16
opcache.max_accelerated_files=20000
opcache.validate_timestamps=1
opcache.revalidate_freq=0
opcache.save_comments=1