Re: Unknown time before app_controller beforeFilter

2012-04-23 Thread Dan Moseley
Thanks for the quick replies. I've set up the debug kit and am looking in the timers section: I see "Core Processing (Derived) - 650ms" Any recommendations on where I can dig next? On Monday, April 23, 2012 5:23:18 AM UTC-4, AD7six wrote: > > > > On Monday, 23 Apr

Unknown time before app_controller beforeFilter

2012-04-22 Thread Dan Moseley
ges between 0.2 and 1.2 seconds. If anyone has any recommendations it would be much appreciated! Thanks, Dan Moseley -- 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 Ca

Re: $this->Auth->user VERY slow

2012-04-09 Thread Dan Moseley
Hi AD7six, I'm not sure that I understand what you mean. Do you mean to say that concurrent requests are not possible for a given user? On Monday, April 9, 2012 4:24:32 AM UTC-4, AD7six wrote: > > > > On Thursday, 5 April 2012 17:00:49 UTC+2, Dan Moseley wrote: >>

$this->Auth->user VERY slow

2012-04-05 Thread Dan Moseley
Hi, I have been experiencing extremely long run times for some calls to $this-> Auth->user('id'). Most requests spend 0 time in this method, but seemingly random requests are taking upwards of 60 seconds.. Does anyone have any ideas or recommendations on this problem? Thanks in advance, Dan --