Re: initialize model link make the apps very slow

2010-03-12 Thread Dr. Loboto
Cake is designed to simplify manage of related tables when there are not too much associations. If you have a lot of them use dynamic bind and do not make Cake load all your models when just couple of them is needed for current action. On Mar 12, 7:37 pm, Mukhamad Ikhsan wrote: > this link can ex

Re: initialize model link make the apps very slow

2010-03-12 Thread Mukhamad Ikhsan
this link can explain briefly about my problem http://abing.gotdns.com/posts/2006/lazy-loaded-models-for-cakephp/ but i'm still find the solution, or cakephp is designed for only few to medium number of tables? On Fri, Mar 12, 2010 at 8:32 PM, Mukhamad Ikhsan wrote: > my model has 100+ with man

Re: initialize model link make the apps very slow

2010-03-12 Thread Mukhamad Ikhsan
my model has 100+ with many relation, more than 30s just for add user page, i'm using 1.2.6 On Wed, Mar 10, 2010 at 3:55 PM, WebbedIT wrote: > How slow is slow in your case? I am running apps with 50+ models > quite happily using 1.2.5 and slightly smaller apps on 1.2.6 without > issue. > > Che

Re: initialize model link make the apps very slow

2010-03-10 Thread WebbedIT
How slow is slow in your case? I am running apps with 50+ models quite happily using 1.2.5 and slightly smaller apps on 1.2.6 without issue. 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

initialize model link make the apps very slow

2010-03-09 Thread Mukhamad Ikhsan
when build small apps with a few table and model relation, the responsiveness of apps is still usable, but now when i creating many tables with many relation, the apps is incredibly slow. then i'm tryng to find how why the apps is very slow, and i find this flow : bootstrap -> dispatcher -> invoke