I am trying to make cake not generate the kinds of queries below every 
minute or so. Reading the book I found the controller attribute 
persistModel. I set it true in one of my controllers but these show full 
columns queries still shows up every minute.    

1SHOW FULL COLUMNS FROM `drg_aros`
771 2SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE 
COLLATION_NAME= 'utf8_general_ci';
110 3SHOW FULL COLUMNS FROM `drg_acos`
771 4SHOW FULL COLUMNS FROM `drg_aros_acos`
771 5SHOW FULL COLUMNS FROM `drg_usuarios`
12121 6SHOW FULL COLUMNS FROM `drg_sugestos`
660
Could anyone please explain if the persistModel attribute really make any 
improvements on performance and how? I found it strange that the book barely 
gives any info on it. 

And how do you set up your apps on cakephp to be as fast as possible?

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 cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to