W w3services_net Member Feb 25, 2020 #1 Feb 25, 2020 #1 Disable opcode cache for that PHP version I read somewhere to troubleshoot, disable opcode cache for that PHP version. What is the user not enabled it after that? What issue /impact?
Disable opcode cache for that PHP version I read somewhere to troubleshoot, disable opcode cache for that PHP version. What is the user not enabled it after that? What issue /impact?
P Pong Administrator Feb 27, 2020 #2 Feb 27, 2020 #2 PHP opcode cache can speed up PHP process and it should be enabled in general. Sometime it may lead to PHP 503 error. In this case, you can disable opcode cache to fix 503 error.
PHP opcode cache can speed up PHP process and it should be enabled in general. Sometime it may lead to PHP 503 error. In this case, you can disable opcode cache to fix 503 error.