From: Ludovic CHEVALIER Date: Mon, 24 Jul 2017 20:31:01 +0000 (+0200) Subject: Modifications : etc/php5/fpm/php.ini X-Git-Url: http://git.cyclocoop.org/?p=lhc%2Fadmin.git;a=commitdiff_plain;h=0808287ad5d6daa64618ca2874b465946e9900be Modifications : etc/php5/fpm/php.ini --- diff --git a/srv/ateliers/etc/php5/fpm/php.ini b/srv/ateliers/etc/php5/fpm/php.ini index 223fb07..80d508f 100644 --- a/srv/ateliers/etc/php5/fpm/php.ini +++ b/srv/ateliers/etc/php5/fpm/php.ini @@ -95,6 +95,14 @@ mysqli.reconnect = Off [mysqlnd] mysqlnd.collect_memory_statistics = Off mysqlnd.collect_statistics = On +[opcache] +opcache.enable = 1 +opcache.enable_cli = 1 +opcache.interned_strings_buffer = 8 +opcache.max_accelerated_files = 10000 +opcache.memory_consumption = 128 +opcache.save_comments = 1 +opcache.revalidate_freq = 1 [ODBC] odbc.allow_persistent = On odbc.check_persistent = On