Re: Update from 1.2 beta to rc leads to huge perfomance drop

2008-06-09 Thread Hermann wacker
Hi @ all thanks for the tips and rants ;) I tried all of the examples that was postet here and results where interesting. But the main thing remains: On Sat, Jun 7, 2008 at 11:36 PM, keymaster [EMAIL PROTECTED] wrote: Are you claiming 1.2 RC has dropped in performance relative to 1.2 beta,

Re: Update from 1.2 beta to rc leads to huge perfomance drop

2008-06-08 Thread NOSLOW
I'm trying to write a enterprise resource planning Software wirth cake. You mean you're using Cake to write something that's not a blog application?? Well there's your problem. duck All kidding aside, I'm also using Cake to write an enterprise system that manages loan underwriting for community

Re: Update from 1.2 beta to rc leads to huge perfomance drop

2008-06-07 Thread [EMAIL PROTECTED]
I have noted the same thing of Hermann. I use Xdebug and Wincachegrind. And I have noted that the problem is exactly the presence of many linked models in the application. I'm a newbie in Cake but I think that a post about The Things to do to get the best permorfance in cake could be useful for

Re: Update from 1.2 beta to rc leads to huge perfomance drop

2008-06-07 Thread Dr. Tarique Sani
On Sat, Jun 7, 2008 at 5:36 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have noted the same thing of Hermann. I use Xdebug and Wincachegrind. And I have noted that the problem is exactly the presence of many linked models in the application. Great Start - What you really mean that

Re: Update from 1.2 beta to rc leads to huge perfomance drop

2008-06-07 Thread John David Anderson
On Jun 7, 2008, at 8:18 AM, Femi Taiwo wrote: Hi, Here a quick 4-step primer to get better performance in cake 1. Specify var $recursive = 0; in your app/app_model.php This will cut off all automatic calls to hasMany haBtm relationships by default. three-quarters of the time, I don't

Re: Update from 1.2 beta to rc leads to huge perfomance drop

2008-06-07 Thread gbk *
hi, could you post an example about it? i would like to try it, but unfortunately i'm not an apache expert. thanks, gbk On Jun 7, 4:29 pm, John David Anderson [EMAIL PROTECTED] wrote: On Jun 7, 2008, at 8:18 AM, Femi Taiwo wrote: Hi, Here a quick 4-step primer to get better

Re: Update from 1.2 beta to rc leads to huge perfomance drop

2008-06-07 Thread keymaster
today I upgraded to 1.2 RC1 ... and now I have minimum 1 second runtime and even worse: this goes sometimes up to 2 seconds execution time Hermann, I don't understand what you are asking for. Are you claiming 1.2 RC has dropped in performance relative to 1.2 beta, for the same application ?

Update from 1.2 beta to rc leads to huge perfomance drop

2008-06-06 Thread Hermann Wacker
Hello everyone, I'm trying to write a enterprise resource planning Software wirth cake. My model system is therefore very large and complex (about 25 tables atm but this will grow to ~40). I heard that cake gets slow if it has to handle a lot of linked models. This makes perfectly sense so I'm

Re: Update from 1.2 beta to rc leads to huge perfomance drop

2008-06-06 Thread bgmill
On Jun 6, 1:36 pm, Hermann Wacker [EMAIL PROTECTED] wrote: Hello everyone, snip Are you using APC by any chance? if so, there is a ticket on trac about an issue: https://trac.cakephp.org/ticket/4855 -- Ben --~--~-~--~~~---~--~~ You received this message because

Re: Update from 1.2 beta to rc leads to huge perfomance drop

2008-06-06 Thread Dr. Tarique Sani
On Fri, Jun 6, 2008 at 6:06 PM, Hermann Wacker [EMAIL PROTECTED] wrote: What are the steps that one has to do for getting some descent performance out of cakephp? Where are the bottlenecks? If you are creating a sizable project and suffering performance issues the first thing to do is stop