Skip to content

Commit 7a8a886

Browse files
Fix path to preload file
1 parent e9c6102 commit 7a8a886

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/.preload.php
123+
124+
This file is generated by the ``cache:clear`` command.
123125

124126
.. _performance-configure-opcache:
125127

0 commit comments

Comments
 (0)