From 8714423b78fe10c6669f52ad2f68e2828ebf74b0 Mon Sep 17 00:00:00 2001 From: gnito-org <70450336+gnito-org@users.noreply.github.com> Date: Tue, 14 Dec 2021 09:59:50 -0400 Subject: [PATCH] Correct spelling & grammar in 4.4 performance.rst --- performance.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/performance.rst b/performance.rst index 0e980a2550d..5c1992dc134 100644 --- a/performance.rst +++ b/performance.rst @@ -151,7 +151,7 @@ overhead that can be avoided as follows: ; php.ini opcache.validate_timestamps=0 -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 you won't see the updates made in the application. Given that in PHP, the CLI and the web processes don't share the same OPcache, you cannot clear the web server OPcache by executing some command in your terminal. These are some of the