Skip to content

Commit 88cb3e5

Browse files
[DOCS] Updated performance page opcache file name
In SF < 5, the app name is included in the file name, so the real name of the opcache preload name should be `srcApp_KernelProdContainer` Fixes #13330
1 parent 6439f06 commit 88cb3e5

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
@@ -119,7 +119,7 @@ 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/App_KernelProdContainer.preload.php
122+
opcache.preload=/path/to/project/var/cache/prod/srcApp_KernelProdContainer.preload.php
123123
124124
.. _performance-configure-opcache:
125125

0 commit comments

Comments
 (0)