I installed Symfony, but it takes 40 seconds for each page to load.
If I have an empty controller, loading takes 8 seconds. If I start to make some complex queries in the database, this is worse. What can I do?
- deactivate profiler? (will that change much?)
- activate APC in dev mode? (but it will not be a problem to change the code)
- enter a session inside APC?
- Paste Doctrine into the trash?
- ....?
I donβt know where to start.
(I am using Windows 7 with a Xampp server and 8 GB of RAM)
performance php caching symfony
Alexandre Nov 20 '13 at 14:48 2013-11-20 14:48
source share