Skip to content

Commit cbf055c

Browse files
committed
minor symfony#14243 Reword wrong sentence (OskarStark)
This PR was squashed before being merged into the 4.4 branch. Discussion ---------- Reword wrong sentence cc @nicolas-grekas Commits ------- 767f90d Reword wrong sentence
2 parents a868b5a + 767f90d commit cbf055c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

performance.rst

+2-4
Original file line numberDiff line numberDiff line change
@@ -113,16 +113,14 @@ classes to preload. The only requirement is that you need to set both
113113
``container.dumper.inline_factories`` and ``container.dumper.inline_class_loader``
114114
parameters to ``true``.
115115

116-
The preload file path is the same as the compiled service container but with the
117-
``preload`` suffix:
116+
This preload file is generated by the ``cache:clear`` command and will be located in
117+
your ``src/`` directory:
118118

119119
.. code-block:: ini
120120
121121
; php.ini
122122
opcache.preload=/path/to/project/src/.preload.php
123123
124-
This file is generated by the ``cache:clear`` command.
125-
126124
.. _performance-configure-opcache:
127125

128126
Configure OPcache for Maximum Performance

0 commit comments

Comments
 (0)