We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf8385 commit fa01d84Copy full SHA for fa01d84
deployment/php.ini
@@ -6,16 +6,23 @@ realpath_cache_size = 16M
6
realpath_cache_ttl = 360
7
8
[Opcache]
9
+opcache.enable = 1
10
opcache.enable_cli = 1
11
opcache.memory_consumption = 256M
12
opcache.use_cwd = 0
13
opcache.max_file_size = 0
14
opcache.max_accelerated_files = 32531
15
opcache.validate_timestamps = 0
16
+opcache.file_update_protection = 0
17
+opcache.interned_strings_buffer = 16
18
+opcache.file_cache = 60
19
20
[JIT]
21
opcache.jit_buffer_size = 128M
-opcache.jit = tracing
22
+opcache.jit = function
23
+opcache.jit_prof_threshold = 0.001
24
+opcache.jit_max_root_traces = 2048
25
+opcache.jit_max_side_traces = 256
26
27
[zlib]
28
zlib.output_compression = On
0 commit comments