Did you set the cacheQueries model property? http://book.cakephp.org/2.0/en/models/model-attributes.html#cachequeries
-- ***Thiago Belem* Desenvolvedor Rio de Janeiro - RJ - Brasil *Assando Sites* - Curso online de *CakePHP* assando-sites.com.br <http://goo.gl/b1EEd> thiagobelem.net [email protected] *Skype / gTalk **»* thiago.belem.web *LinkedIn* *»* br.linkedin.com/in/thiagobelem/pt On Mon, May 14, 2012 at 9:05 AM, Điển vũ <[email protected]> wrote: > I use this query , and it created a lot duplicate query . This problem > seems many people met. > $this->Action->find('all', array( > 'limit' => 60, > 'order' => array('Action.created DESC'), > 'contain' => array( > 'Thread' => array('Game' => array('Image' => array('limit' => 1))), > 'Post' => array('Thread' => array('Game' => array('Image' => > array('limit' => 1)))), > 'Game' => array('Image' => array('limit' => 1)), > 'User' => array('Avatar') > ) > ) > ); > > I searched google a lot but i still can't find out . All relationship is > belongsTo or hasMany. > how can i solve this problem ? > > -- > Our newest site for the community: CakePHP Video Tutorials > http://tv.cakephp.org > Check out the new CakePHP Questions site http://ask.cakephp.org and help > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > [email protected] For more options, visit this group > at http://groups.google.com/group/cake-php > -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
