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 dd057dd commit 6409fc5Copy full SHA for 6409fc5
performance.rst
@@ -54,13 +54,13 @@ systems.
54
By default PHP sets a default ``realpath_cache_size`` of ``16K`` which is too
55
low for Symfony. Consider updating this value at least to ``4096K``. In
56
addition, cached paths are only stored for ``120`` seconds. Consider updating
57
-this value too using the ``realpath_cache_ttl`` option:
+this value too using the ``realpath_cache_ttl`` option in your ``php.ini`` file:
58
59
.. code-block:: ini
60
61
- ; php.ini
62
- realpath_cache_size=4096K
63
- realpath_cache_ttl=600
+ ; php.ini
+ realpath_cache_size=4096K
+ realpath_cache_ttl=600
64
65
Use Composer's Class Map Functionality
66
--------------------------------------
0 commit comments