Comparing
#14 with
#15
Content
[...]
When using Zend Optimizer+, there is about 0.00005 advantage to
simple require
(this is of course the array cached to memory automaticly by optimizer+, so you just waste the time with igbinary and cache it again etc.)
If you don't use it, the memory cache work twice a30 times fast
aser th
ean simple require
simple require takes about **0.003** sec.
while
my way takes about[...]