Sunday, October 24, 2010

Re: CakePHP high CPU utilization

Hello,


On Sun, Oct 24, 2010 at 5:16 PM, majna <majnaggz@gmail.com> wrote:
> Try with Configure::write('debug', 0); in app/config/core.php
> You are using database, so check SQL query times by setting
> Configure::write('debug', 2);

I've passed these steps...

> Check if your language translations are affected with this bug
> http://cakephp.lighthouseapp.com/projects/42648/tickets/1085-multiple-caching-of-i18n-translations

thanks, will see,

> I'm sure problem is in your application, not in cake.

I confirm you, I just want to trace, how layout rendered, I think the
problem is there, because when I get the empty method of controller,
there isn't any model, just controller and layout.


Thanks:


a.

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 cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

No comments: