From f8a79c283c9badd6687efed88efb435da0a750a0 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Tue, 6 Feb 2018 17:26:37 +0100 Subject: [PATCH 1/2] Minor reword in the performance article --- performance.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/performance.rst b/performance.rst index fbf5ea980e9..5b062b3c573 100644 --- a/performance.rst +++ b/performance.rst @@ -167,9 +167,8 @@ Configure the PHP realpath Cache ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ When a relative path is transformed into its real and absolute path, PHP -caches the result to improve performance. The default config of this cache -is not suited for applications that open many PHP files, such as Symfony. -It's recommended to change these settings as follows: +caches the result to improve performance. Applications that open many PHP files, +such as Symfony projects, must use at least these values: .. code-block:: ini From 382549b99bebdebea30d9b503a93621207f1dc11 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 7 Feb 2018 08:57:03 +0100 Subject: [PATCH 2/2] Tweak --- performance.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/performance.rst b/performance.rst index 5b062b3c573..effa1ac3c35 100644 --- a/performance.rst +++ b/performance.rst @@ -168,7 +168,7 @@ Configure the PHP realpath Cache When a relative path is transformed into its real and absolute path, PHP caches the result to improve performance. Applications that open many PHP files, -such as Symfony projects, must use at least these values: +such as Symfony projects, should use at least these values: .. code-block:: ini