From b830395958832d75bb452eeb95440a41101abbde Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Fri, 4 Sep 2020 18:27:03 +0200 Subject: [PATCH] Fix path to preload file --- performance.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/performance.rst b/performance.rst index 3fd0efc43c9..e971699b21b 100644 --- a/performance.rst +++ b/performance.rst @@ -119,7 +119,9 @@ The preload file path is the same as the compiled service container but with the .. code-block:: ini ; php.ini - opcache.preload=/path/to/project/var/cache/prod/srcApp_KernelProdContainer.preload.php + opcache.preload=/path/to/project/src/preload.php + +This file is generated by the ``cache:clear`` command. .. _performance-configure-opcache: