Skip to content

Commit 1ab13e1

Browse files
committed
minor #7788 Update performance.rst (eugestarr)
This PR was submitted for the 2.8 branch but it was merged into the 2.7 branch instead (closes #7788). Discussion ---------- Update performance.rst Minor grammar updates Commits ------- f2fc3d0 Update performance.rst
2 parents 121151a + f2fc3d0 commit 1ab13e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

performance.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ 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 PHP sets a ``realpath_cache_size`` of ``16K`` which is too low for
82+
By default, PHP sets a ``realpath_cache_size`` of ``16K`` which is too low for
8383
Symfony. Consider updating this value at least to ``4096K``. In addition, cached
8484
paths are only stored for ``120`` seconds by default. Consider updating this
8585
value too using the ``realpath_cache_ttl`` option:
@@ -195,7 +195,7 @@ Bootstrap Files and Byte Code Caches
195195
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
196196

197197
Even when using a byte code cache, performance will improve when using a bootstrap
198-
file since there will be fewer files to monitor for changes. Of course if this
198+
file since there will be fewer files to monitor for changes. Of course, if this
199199
feature is disabled in the byte code cache (e.g. ``apc.stat=0`` in APC), there
200200
is no longer a reason to use a bootstrap file.
201201

0 commit comments

Comments
 (0)