문제

With PHP APC activated, does it make a difference whether I include 10 library-files (classes, functions, etc) or 1 file that then includes those 10 files?

도움이 되었습니까?

해결책

There is a difference of an extra include.
Insignificant. Especially if u will use full paths in your include statements and not relative paths.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top