I'm getting so many queries in index action of controller, say for a
typical blog project with categories, comments and tags, I'm getting
so many queries in blogs/index which is having
$this->Blog->recursive = 0;
$this->set('blogs', $this->paginate());I see, for the related comments and category fetching, the query could be optimized. Anyone has any comments? TIA -- <?php echo 'Just another PHP saint'; ?> Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/ --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
