Caching the config main.php

Comparing #14 with #15

Revision #15 was created by dckurushin dckurushin on Sep 14, 2011, 4:04:28 PM.

fix

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 thean simple require


simple require takes about **0.003** sec.
while
my way takes about
[...]