From 8cf7481c7f9404b84807ed103891149f9e64341c Mon Sep 17 00:00:00 2001 From: Jason Tan Date: Mon, 11 Mar 2019 22:21:20 -0500 Subject: [PATCH] Fix typo --- performance.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/performance.rst b/performance.rst index 561e340361e..9d11b542866 100644 --- a/performance.rst +++ b/performance.rst @@ -151,7 +151,7 @@ overhead that can be avoided as follows: opcache.validate_timestamps=0 After each deploy, you must empty and regenerate the cache of OPcache. Otherwise -you won't see the updates made in the application. Given than in PHP, the CLI +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 possible solutions: