Skip to content

Commit 233a1ce

Browse files
committed
minor #14176 Fix path to preload file (nicolas-grekas)
This PR was merged into the 4.4 branch. Discussion ---------- Fix path to preload file According to symfony/symfony#38063 Commits ------- b830395 Fix path to preload file
2 parents 8a5969c + b830395 commit 233a1ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

performance.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,9 @@ The preload file path is the same as the compiled service container but with the
119119
.. code-block:: ini
120120
121121
; php.ini
122-
opcache.preload=/path/to/project/var/cache/prod/srcApp_KernelProdContainer.preload.php
122+
opcache.preload=/path/to/project/src/preload.php
123+
124+
This file is generated by the ``cache:clear`` command.
123125

124126
.. _performance-configure-opcache:
125127

0 commit comments

Comments
 (0)