This commit is contained in:
Ad Schellevis
2018-05-14 17:12:31 +02:00
parent 4698888365
commit a9515db315
3 changed files with 16 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
PLUGIN_NAME= php-opcache
PLUGIN_VERSION= 1.0
PLUGIN_COMMENT= PHP OPcache
PLUGIN_DEPENDS= php${PLUGIN_PHP}-opcache
PLUGIN_MAINTAINER= ad@opnsense.org
.include "../../Mk/plugins.mk"
+1
View File
@@ -0,0 +1 @@
Add and enable php OPcache for the web gui to accelerate requests.
@@ -0,0 +1,8 @@
opcache.enable=1
opcache.enable_cli=0
opcache.memory_consumption=128
opcache.interned_strings_buffer=4
opcache.max_accelerated_files=20000
opcache.fast_shutdown=1
opcache.enable_file_override=0
opcache.validate_timestamps=0