3 Feb
2011
3 Feb
'11
10:48 a.m.
Le mercredi 02 février 2011 à 10:00 -0700, Randy Fay a écrit :
greggles has pointed out to me that if you know what your target site is, and that site has a decent PHP cache, then any optimization about when to load code is wasted effort, because you should probably have all your code in memory all the time.
-Randy
I think Randy has the point here, never attempt to be smarter than the PHP interpreter or the OPCode cache. Using Drupal without without an OPCode cache is suicidal anyway. Pierre.