Changes
Title
unchanged
Caching the config main.php
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
CApplication, zend_data_cache, igbinary, cache, caching, xcache
Content
changed
[...]
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[...]