ZF2 Optimize for high traffic
There’s few very simple steps to achieve a faster application. There’s three things that can always be considered. ZF2 Performance QuickTipp #1 – ViewModels Always manually assign the fully qualified script to render. This will increase the performance a little. It’s done like this: public function someAction() { $viewModel = new ViewModel(); $viewModel->setTemplate(‘MODULE / CONTROLLER … Read more