Skip to content

Commit d8c236a

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: Fix path to preload file
2 parents 9557c17 + 233a1ce commit d8c236a

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
@@ -120,7 +120,9 @@ The preload file path is the same as the compiled service container but with the
120120
.. code-block:: ini
121121
122122
; php.ini
123-
opcache.preload=/path/to/project/var/cache/prod/App_KernelProdContainer.preload.php
123+
opcache.preload=/path/to/project/src/preload.php
124+
125+
This file is generated by the ``cache:clear`` command.
124126

125127
Use the :ref:`container.preload <dic-tags-container-preload>` and
126128
:ref:`container.no_preload <dic-tags-container-nopreload>` service tags to define

0 commit comments

Comments
 (0)