Skip to content

Commit 4ea23f7

Browse files
authored
Update performance.rst
Correct path for opcache.preload in symfony cache dir.
1 parent 355aa03 commit 4ea23f7

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)