I am developing a project on windows with wamp installed using zend framework. Unfortunately it has very slow performance, although I did the things mentioned in the manual:
- remove require once
- added apc
I recently installed Scienta ZF Debug Bar v1.3, and here is an example of results i get:
Queries: 48 in 53.01 ms
Memory: 9188 KB
Controller time: 8335.74 ms
I cant figure out why it works so slow. Any help is greatly apreciated.
EDIT:
Got xdebug profiler to work eventually, and it is very strange since I see the page load and it is a lot ... 6-7 seconds like the bar is telling me ... but in wincachegrid i see a total run time of 641ms ... i am :|