8000 Minor reword in the performance article · linaori/symfony-docs@5653763 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5653763

Browse files
committed
Minor reword in the performance article
1 parent 08d1723 commit 5653763

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

performance.rst

Lines changed: 2 additions & 3 deletions
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)
0