Are you sure you do not mix up instances and classes? Yes you can fetch 600 instances of one or a few models without any issue (be sure not to store images along or at least not fetch them, or other binary data)
Are you sure you modeled 600 classes? None of them are similar? If they are: - use behaviors on the fly to distinct behavior - set "types" on fly and differentiate by those types in model's callbacks, public methods and model's behavior's callbacks. (is double genitive allowed like this in British English anyway?) King regards ionas82 On Jan 27, 11:13 pm, tiberium911 <[email protected]> wrote: > Can cake handle a website with 600+ connected models? Right now the > site takes 7-10 seconds as soon as cake initializes any model. I > looked through the cake code, and it appears that cake initializes all > 600+ models on any model initialization. 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
