diff --git a/performance.rst b/performance.rst index fbf5ea980e9..effa1ac3c35 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, should use at least these values: .. code-block:: ini