File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,9 @@ Use a Byte Code Cache (e.g. APC)
18
18
One of the best (and easiest) things that you should do to improve your performance
19
19
is to use a "byte code cache". The idea of a byte code cache is to remove
20
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
22
- used byte code cache is probably `APC `_
21
+ `byte code caches `_ available, some of which are open source. If you are using
22
+ PHP 5.5 or more, the byte code cache is built-in into PHP runtime. For older versions,
23
+ the most widely used byte code cache is probably `APC `_
23
24
24
25
Using a byte code cache really has no downside, and Symfony has been architected
25
26
to perform really well in this type of environment.
You can’t perform that action at this time.
0 commit comments