Skip to content

Commit c55baf4

Browse files
committed
minor #14021 Update performance.rst (ulinskas)
This PR was merged into the 5.1 branch. Discussion ---------- Update performance.rst Correct path for opcache.preload in symfony cache dir. Commits ------- 4ea23f7 Update performance.rst
2 parents abeb38a + 4ea23f7 commit c55baf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

performance.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ 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/srcApp_KernelProdContainer.preload.php
123+
opcache.preload=/path/to/project/var/cache/prod/App_KernelProdContainer.preload.php
124124
125125
Use the :ref:`container.preload <dic-tags-container-preload>` and
126126
:ref:`container.no_preload <dic-tags-container-nopreload>` service tags to define

0 commit comments

Comments
 (0)