|
|
|
|
|
by alaaibrahim
3533 days ago
|
|
> although you can mitigate much of this with various caching strategies but the typical PHP request involves reading dozens to maybe hundreds of files from disk, compiling them into byte code, and then executing that byte code, and then deallocating everything. For the conversion to bytecode, that is what apc is for. |
|