I think the bigger issue is 2 devs on protgres reporting the extra
queries with debug zero. For simple selects



On 4/12/10, Zaky Katalan-Ezra <[email protected]> wrote:
> 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.
>

-- 
Sent from my mobile device

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

Reply via email to