Skip to content

Commit 27ee016

Browse files
committed
Fixing sentences in README
1 parent 218f68d commit 27ee016

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

performance/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Performance
22
===========
33

4-
Composer's autoloader need to [require all Safe files](https://github.com/thecodingmachine/safe/blob/05925e1d2abe0c0fee2095c1d569a1302a1a209e/composer.json#L13-L97)
5-
on each request (since there is no autoloader for functions in PHP).
4+
Composer's `vendor/autoload.php` file [requires all Safe files](https://github.com/thecodingmachine/safe/blob/05925e1d2abe0c0fee2095c1d569a1302a1a209e/composer.json#L13-L97)
5+
on each request (since there is [no autoloading for functions in PHP](https://wiki.php.net/rfc/function_autoloading)).
66

77
"Requiring" those ~84 files in PHP has a performance impact. We used [Blackfire](http://blackfire.io/) to time precisely the impact of loading the PHP files.
88

0 commit comments

Comments
 (0)