Skip to content

Commit a4a48fe

Browse files
committed
minor #9216 Minor reword in the performance article (javiereguiluz)
This PR was squashed before being merged into the 2.7 branch (closes #9216). Discussion ---------- Minor reword in the performance article This fixes #8512. Commits ------- 5653763 Minor reword in the performance article
2 parents 08d1723 + 5653763 commit a4a48fe

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

performance.rst

+2-3
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,8 @@ Configure the PHP realpath Cache
167167
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
168168

169169
When a relative path is transformed into its real and absolute path, PHP
170-
caches the result to improve performance. The default config of this cache
171-
is not suited for applications that open many PHP files, such as Symfony.
172-
It's recommended to change these settings as follows:
170+
caches the result to improve performance. Applications that open many PHP files,
171+
such as Symfony projects, should use at least these values:
173172

174173
.. code-block:: ini
175174

0 commit comments

Comments
 (0)