我的应用程序运行非常缓慢。我正在使用 Cakephp 2.3.1 版本。在需要的函数中加载模型、组件和助手是否有益?现在我在课堂上给他们打电话。例如:
class PanelsController extends AppController {
public $name = 'Panel';
public $uses = array(list of models goes here);
public $components = array(list of components goes here);
.................
}
你有什么其他的技术建议。谢谢