Skip to content

Commit 5e8c117

Browse files
committed
bug #13331 [DOCS] Updated performance page opcache file name (florentdestremau)
This PR was merged into the 4.4 branch. Discussion ---------- [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 Commits ------- 88cb3e5 [DOCS] Updated performance page opcache file name
2 parents 6439f06 + 88cb3e5 commit 5e8c117

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)