I've found the solution in http://www.pseudocoder.com/blog/8-ways-to-speed-up-cakephp-apps
I need to add a '_cake_core_' cache configuration using memached engine On Thu, Aug 4, 2011 at 6:57 PM, Perry <[email protected]> wrote: > Hi all, > I've enabled file cache in core.php, and it works fine. but when I > switch to memcached, I found all the cake_core files, such as > cake_core_file_map, can't be cached. > > I've deleted those files in app/tmp/cache/persistent and > app/tmp/cache/models, and it does not appear again, which means cake must be > caching these files in memcached > > then i checked the memcached status, the cake_core_file_map entry do > exist but is empty, and custom entries saved by my app are ok. > > so, i guess is cakephp can't save its cake_core files in memcached? > > plz help me here, thx a lot! > > -- > Perry | 彭琪 > http://pengqi.me > > -- Perry | 彭琪 http://pengqi.me -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
