Also look at the query caching - If you've already queried the model before (maybe in a seperate controller using requestAction), if you make the two queries the exact same cake automatically eliminates one whole query due to caching.
Because of this, it is occassionally faster to make a second call without restricting recursive or limiting fields --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
