hi Jon, thanks for your helpful reply.

I am not sure that it is performance, since the site is not really busy as 
yet, but maybe you have something. 

   I wonder if it is my statement to cache index action in my services 
controller for example


that is breaking things,

I might try just having caching on

but no actions. Then gradually add an action in 1 each few days.


My index action you see in actual fact takes an ID and so has about 40 
diffferent pages formed from it.


I put about 15 of these in like so in my controller:  


var $cacheAction = array(

 // 'index/'  => '1 day',

'index/1' => 172800, //2 days

'index/2' => 172800,

'index/3'  => 172800,


(I wonder if it is something like this that somehow forcing a high load on 
the server and then the cache file write is broken as you say.


I really don't know much at all about linux/server related things. 


Do you think another caching system might be a better route - or is File 
cache the most robust? Rather than Memcache etc.


thanks for your help and to people on IRC.


cheers


Luke


-- 
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

Reply via email to