Skip to content

Commit cc151fc

Browse files
committed
Remove incorrect opcache preload instructions
1 parent 74e2a7f commit cc151fc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

performance.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,7 @@ During container compilation (e.g. when running the ``cache:clear`` command),
109109
Symfony generates a file called ``preload.php`` in the ``config/`` directory
110110
with the list of classes to preload.
111111

112-
The only requirement is that you need to set both ``container.dumper.inline_factories``
113-
and ``container.dumper.inline_class_loader`` parameters to ``true``. Then, you
114-
can configure PHP to use this preload file:
112+
You can configure PHP to use this preload file:
115113

116114
.. code-block:: ini
117115

0 commit comments

Comments
 (0)