With 200K hits you should do a lot of performance work no matter which framework you use. Do what ever you can in the database, use stored procedure to enjoy execution plan caching and less transactions. Do what ever you can in the client side. Sophisticated work flow UI can also reduce execution time if not number of queries Try to reduce the traffic to the web server not just to the database Remember more free memory the more speed you get.
You right, You will not get free model piece of cake but it still a great cake. 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.
