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 62c0653 commit 8714423Copy full SHA for 8714423
performance.rst
@@ -151,7 +151,7 @@ overhead that can be avoided as follows:
151
; php.ini
152
opcache.validate_timestamps=0
153
154
-After each deploy, you must empty and regenerate the cache of OPcache. Otherwise
+After each deployment, you must empty and regenerate the cache of OPcache. Otherwise
155
you won't see the updates made in the application. Given that in PHP, the CLI
156
and the web processes don't share the same OPcache, you cannot clear the web
157
server OPcache by executing some command in your terminal. These are some of the
0 commit comments