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 4e85d2b commit 9b0b6afCopy full SHA for 9b0b6af
book/performance.rst
@@ -15,7 +15,7 @@ application even faster.
15
Use a Byte Code Cache (e.g. APC)
16
--------------------------------
17
18
-One the best (and easiest) things that you should do to improve your performance
+One of the best (and easiest) things that you should do to improve your performance
19
is to use a "byte code cache". The idea of a byte code cache is to remove
20
the need to constantly recompile the PHP source code. There are a number of
21
`byte code caches`_ available, some of which are open source. The most widely
0 commit comments