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.
2 parents f5c200f + f7b6db7 commit 8650d2dCopy full SHA for 8650d2d
ext/opcache/README
@@ -40,7 +40,8 @@ after OPcache.
40
Speed Tuning
41
-------------
42
43
-We recommend the following configuration options for best performance.
+We recommend the following configuration options for best performance
44
+in a production environment.
45
46
opcache.memory_consumption=128
47
opcache.interned_strings_buffer=8
@@ -59,6 +60,9 @@ opcache.enable_file_override=1
59
60
In some cases you may like to prefer enabling/disabling some features
61
to avoid incompatibilities at the cost of some performance degradation.
62
63
+For development environment we would recommend setting opcache.revalidate_freq
64
+into 0.
65
+
66
Configuration Directives
67
------------------------
68
0 commit comments