2022-07-28 11:12:43 +02:00
|
|
|
expose_php = 0
|
2017-04-22 20:29:25 +02:00
|
|
|
date.timezone = UTC
|
2022-07-28 11:12:43 +02:00
|
|
|
apc.enable_cli = 1
|
|
|
|
session.use_strict_mode = 1
|
|
|
|
zend.detect_unicode = 0
|
2017-04-22 20:29:25 +02:00
|
|
|
|
2022-07-28 11:12:43 +02:00
|
|
|
# https://symfony.com/doc/current/performance.html
|
|
|
|
realpath_cache_size = 4096K
|
|
|
|
realpath_cache_ttl = 600
|
2018-06-25 10:09:10 +02:00
|
|
|
opcache.interned_strings_buffer = 16
|
2017-04-22 20:29:25 +02:00
|
|
|
opcache.max_accelerated_files = 20000
|
2018-06-25 10:09:10 +02:00
|
|
|
opcache.memory_consumption = 256
|
2022-07-28 11:12:43 +02:00
|
|
|
opcache.enable_file_override = 1
|