From 30c03f2ad7e2b463911edb697d2f81789f58a8c4 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Tue, 15 Sep 2020 13:40:05 +0200 Subject: [PATCH 1/3] Reword wrong sentence --- performance.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/performance.rst b/performance.rst index 2881b9a17c0..a7928a6a527 100644 --- a/performance.rst +++ b/performance.rst @@ -113,16 +113,13 @@ 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``. -The preload file path is the same as the compiled service container but with the -``preload`` suffix: +This prealod file is generated by the ``cache:clear`` and will be located in your `src/` directory: .. code-block:: ini ; php.ini opcache.preload=/path/to/project/src/.preload.php -This file is generated by the ``cache:clear`` command. - .. _performance-configure-opcache: Configure OPcache for Maximum Performance From b1cd1c8936dc0f3400d7245f155823bf3a0b27f7 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Tue, 15 Sep 2020 13:41:20 +0200 Subject: [PATCH 2/3] typo --- performance.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/performance.rst b/performance.rst index a7928a6a527..191d6893bdb 100644 --- a/performance.rst +++ b/performance.rst @@ -113,7 +113,7 @@ 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``. -This prealod file is generated by the ``cache:clear`` and will be located in your `src/` directory: +This preload file is generated by the ``cache:clear`` and will be located in your ``src/`` directory: .. code-block:: ini From ac85e73eaf1186fa670ff8689a275651020e0526 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Tue, 15 Sep 2020 13:48:30 +0200 Subject: [PATCH 3/3] typo --- performance.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/performance.rst b/performance.rst index 191d6893bdb..2ae3b3daff3 100644 --- a/performance.rst +++ b/performance.rst @@ -113,7 +113,8 @@ 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``. -This preload file is generated by the ``cache:clear`` and will be located in your ``src/`` directory: +This preload file is generated by the ``cache:clear`` command and will be located in +your ``src/`` directory: .. code-block:: ini