Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 17a0b8a

Browse filesBrowse files
Guikingoneweaverryan
authored andcommitted
fix(tip): Add the tip block for realpth_cache_size
Added the tip block for PHP 7.2.
1 parent e177ca9 commit 17a0b8a
Copy full SHA for 17a0b8a

File tree

Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed

‎performance.rst

Copy file name to clipboardExpand all lines: performance.rst
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,15 @@ By default, cached paths are only stored for ``120`` seconds by default, conside
8484
.. code-block:: ini
8585
8686
; php.ini
87+
realpath_cache_size=4096K
8788
realpath_cache_ttl=600
8889
8990
.. index::
9091
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.
9196

9297
Use Composer's Class Map Functionality
9398
--------------------------------------

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.