I've been developing cake with Postgres db and I see that the postgres logs are getting hit alot with lots of queries from a simple db select. I try using contain to limit associations but it seems that Cake is doing alot of other things other than the simple find()/select that I'm doing. Are there any things that can be easily done to reduce the hit to the database?
I'm planning to re-develop a high traffic site in Cake and am having hesitations from my initial testing. I have already set debug to Zero. I almost feel like using Cake only for the VC and cutting out the M (model). The database queries seem extremely heavy. Anyone have some experience with modifying cake to not be such a DB hog? The site I plan to re-develop will be getting about 200,000 + hits per day. Anyone with a high traffic site in Cake have any thoughts or help on this matter? Cheers, 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 To unsubscribe, reply using "remove me" as the subject.
