Have you profiled the request yet? (Suggested above.) Look into xdebug - specifically http://xdebug.org/docs/profiler.
btw. Are you absolutely sure it's server time you're waiting on? Yslow or Pagespeed will tell you that. Hmm... 79 queries is absolutely nuts too. I've heard it said - can't remember where - that anything over about 7ish per request is asking for trouble. (General rule of thumb.) On Thu, Apr 8, 2010 at 12:39 PM, Ayman Bedair <[email protected]> wrote: > That is what i get from the debug timer: > > http://www.eg-host.net/887.jpg > > I still have no clue what takes most of the time and what is the > normal time of doing the core processing :S > > > ANY HELP?! > > Check out the new CakePHP Questions site http://cakeqs.org and help others > with their CakePHP related questions. > > You received this message because you are subscribed to the Google Groups > "CakePHP" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<cake-php%[email protected]>For > more options, visit this group at > http://groups.google.com/group/cake-php?hl=en > > To unsubscribe, reply using "remove me" as the subject. > -- - "You can't reason people out of a position they didn't use reason to get into." Christian Leskowsky Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
