Skip to content

Commit f2fc3d0

Browse files
Euge Starrxabbuh
Euge Starr
authored andcommitted
Update performance.rst
Minor grammar updates
1 parent 121151a commit f2fc3d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

performance.rst

+2-2
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)