I started work on a huge project build on Zend2 with Sceleton and Modular structure.
The project seems build professionally but with big performance issue (pages load for 15-30 sec).
Timing from index.php
to Model.Controller.IndexAction is around 2 sec ...
I put a lot of research but couldn't find problem in the business logic.
It seems like include $file
and new $class
(repeated thousands of times ) create the overall slowness.
Any suggestion where to look at will be appreciated.