No performance gain with APC on WampServer

北城余情 提交于 2019-12-06 01:55:16

I use WampServer and APC a lot with CakePHP and Drupal. I always notice a difference when using APC versus not.

It could be that your application is very heavy. Or that your desktop is that much slower than your servers that the APC file caching is not making a difference. APC reads the files into memory but your computer still has to process them.

I haven't found a solution to this problem so far, so I ended up trying Zend Server CE, and I can now notice the expected performance improvement when APC is enabled.

Not really a solution to my question, rather a workaround, but after one month of use, I'm pretty happy with Zend Server on my development machine.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!