mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
add php opcache, closes https://github.com/opnsense/core/issues/2320
This commit is contained in:
@@ -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"
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user