From 08585c5ee61fe2cc9f33ae0b8e27432dc6b7d3fe Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Thu, 10 Sep 2020 14:44:01 +0200 Subject: [PATCH] Adopt src/.preload.php --- performance.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/performance.rst b/performance.rst index e971699b21b..2881b9a17c0 100644 --- a/performance.rst +++ b/performance.rst @@ -119,7 +119,7 @@ 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/src/preload.php + opcache.preload=/path/to/project/src/.preload.php This file is generated by the ``cache:clear`` command.