8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d1723 commit 5653763Copy full SHA for 5653763
performance.rst
@@ -167,9 +167,8 @@ Configure the PHP realpath Cache
167
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
168
169
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:
+caches the result to improve performance. Applications that open many PHP files,
+such as Symfony projects, should use at least these values:
173
174
.. code-block:: ini
175
0 commit comments