Skip to content

Instantly share code, notes, and snippets.

View edwin-coder-arquitech's full-sized avatar
😅
I may be slow to respond.

Edwin Javier edwin-coder-arquitech

😅
I may be slow to respond.
  • Security Develop and Controls
  • CL
View GitHub Profile
@rohankhudedev
rohankhudedev / opcache.ini
Last active August 31, 2025 08:12
Best Zend OpCache Settings / Tuning / Configurations
[opcache]
; Determines if Zend OPCache is enabled
opcache.enable=1
; Determines if Zend OPCache is enabled for the CLI version of PHP
;opcache.enable_cli=1
; The OPcache shared memory storage size.
opcache.memory_consumption=512