From cc151fc41aaae8e91387f7d28d3bf8c37d35a3ee Mon Sep 17 00:00:00 2001 From: Ivan Ternovtsiy Date: Tue, 1 Dec 2020 11:13:09 +0200 Subject: [PATCH] Remove incorrect opcache preload instructions --- performance.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/performance.rst b/performance.rst index 46ed5b9c7f8..afd5295a9e3 100644 --- a/performance.rst +++ b/performance.rst @@ -109,9 +109,7 @@ During container compilation (e.g. when running the ``cache:clear`` command), Symfony generates a file called ``preload.php`` in the ``config/`` directory with the list of classes to preload. -The only requirement is that you need to set both ``container.dumper.inline_factories`` -and ``container.dumper.inline_class_loader`` parameters to ``true``. Then, you -can configure PHP to use this preload file: +You can configure PHP to use this preload file: .. code-block:: ini