Modifications : etc/php5/fpm/php.ini
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Mon, 24 Jul 2017 20:31:01 +0000 (22:31 +0200)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Mon, 24 Jul 2017 20:31:01 +0000 (22:31 +0200)
srv/ateliers/etc/php5/fpm/php.ini

index 223fb07..80d508f 100644 (file)
@@ -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