Hi there,
My controller includes eight models as follows,
var $uses = array('A', 'B', 'C', 'D', 'E', 'F', 'G', 'H');
When loading a view for the controller, it always DESCRIBE the above
eight TABLES (models) even the action (view) has nothing to do with
these tables. From the cakephp log on view, it is a big performance
hit for me.
Q:
1. is this by design?
2. how to reduce these queries?
I didn't get much helpful info from internet and cakephp official
site. I'd appreciate it if any help (or article link).
Thanks,
Bo
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---