From 03f1a5b9e592b6a4c4c9411077b4f88c1b0f0dc2 Mon Sep 17 00:00:00 2001 From: Crizomb <62544756+Crizomb@users.noreply.github.com> Date: Sun, 17 May 2026 18:19:57 +0200 Subject: [PATCH] PHP OPcache replaced dead link https://www.php.net/manual/en/intro.opcache.php is dead https://www.php.net/manual/en/book.opcache.php is alive Signed-off-by: Crizomb <62544756+Crizomb@users.noreply.github.com> --- admin_manual/installation/server_tuning.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/installation/server_tuning.rst b/admin_manual/installation/server_tuning.rst index a9da05467cc..1714a573ef6 100644 --- a/admin_manual/installation/server_tuning.rst +++ b/admin_manual/installation/server_tuning.rst @@ -149,7 +149,7 @@ should allow more processes to run in parallel to handle requests. Enable PHP OPcache ------------------ -The `OPcache `_ improves the performance of PHP applications by caching precompiled bytecode. +The `OPcache `_ improves the performance of PHP applications by caching precompiled bytecode. Revalidation ^^^^^^^^^^^^