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 not frustrated about the 0.5 seconds runtime on my developer
mashine (with eaccelerator activated). But today I upgraded to 1.2 RC1
(which was total hassle free) and now I have minimum 1 second runtime
and even worse: this goes sometimes up to 2 seconds execution time :( :
(

This is by far to slow for a web application and I'm wondering if
there is something that I can do about it?
Caching is on most pages not very usefull since there is almost no
cacheable data in an ERP.

Can the new ContainableBehavior help in my situation?
Or should I bind my Models only if I need them?

What are the steps that one has to do for getting some descent
performance out of cakephp? Where are the bottlenecks?

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to