Zend Framework 2 loading slow and loss of connection using WAMP
- by Charlie
I've been facing an issue with Zend framework running on my local Wamp 2.2 server. I am not sure what I'm doing wrong but ZF2 seems to load really slow when making an http request. Any other request to a php or html file seems to run smoothly.
Also, sometimes when the loading time takes longer, I get this message: "The connection to [virtualhostname] was interrupted" I then need to hit refresh to complete the request. I checked apache error log and everything looks fine.
Please, I appreciate any type of guide/suggestion to take care of this issue. I followed the starter guide word by word.