Update: 2026-07-21 16:59:10

This commit is contained in:
Hamza-Ayed
2026-07-21 16:59:10 +03:00
parent 13d10d13c7
commit b89191c018
11 changed files with 570 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
; opcache هو الفرق الحقيقي في أداء PHP — ليس الدوكر
opcache.enable=1
opcache.memory_consumption=192
opcache.interned_strings_buffer=16
opcache.max_accelerated_files=20000
; الكود bind-mounted في التجربة → إعادة تحقق كل 60 ثانية
; عند التحويل لمنتج (كود مخبوز في الصورة): اجعلها 0 مع validate_timestamps=0
opcache.validate_timestamps=1
opcache.revalidate_freq=60