Skip to content

Commit f10c7b3

Browse files
committed
tweaking language
1 parent a519d8e commit f10c7b3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

performance.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,20 +79,17 @@ real and absolute file system paths. This increases the performance for
7979
applications like Symfony that open many PHP files, especially on Windows
8080
systems.
8181

82-
By default, cached paths are only stored for ``120`` seconds by default, consider updating this value using the ``realpath_cache_ttl`` option:
82+
Consider increasing the ``realpath_cache_size`` and ``realpath_cache_ttl``:
8383

8484
.. code-block:: ini
8585
8686
; php.ini
87+
; 4096k is the default value in PHP 7.2
8788
realpath_cache_size=4096K
8889
realpath_cache_ttl=600
8990
9091
.. index::
9192
single: Performance; Autoloader
92-
93-
.. tip::
94-
95-
  Since PHP 7.2, the default value for ``realpath_cache_size`` has been set to 4096K, feel free to delete this trick in your     ``php.ini`` file.
9693

9794
Use Composer's Class Map Functionality
9895
--------------------------------------

0 commit comments

Comments
 (0)