Skip to content

Commit 767f90d

Browse files
OskarStarkjaviereguiluz
authored andcommitted
Reword wrong sentence
1 parent ebbd092 commit 767f90d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

performance.rst

Lines changed: 2 additions & 4 deletions
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)