Zend Framework 1.11 真的很慢..为什么?
我使用 Zend Framework 1.11,这对我来说真的很慢。
我有一个按钮,然后,当我单击它时,它会执行 ajax 请求。
反应很小。我返回一个
你好世界
响应时间为125ms。
对于这个小的 ajax 请求来说就太多了。
任何人都有一个想法。
谢谢。
I Use Zend Framework 1.11 and this is really slow for me.
I Have a button and then, when I click on it, that perform an ajax request.
The response is Small. I Return a
Hello World
The response time is 125ms.
To much for this small ajax request.
Anybody have an idea.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
好吧,不应该花那么多时间,你能发布代码和你的操作系统信息吗,
但我建议
运行 xdebug 分析器
http://devzone.zend.com/article/2899
http://www.slideshare.net/samkeen/profiling-php -with-xdebug-webgrind
well , it shouldn't take that much , could you please post the code and your os information ,
but i suggest to
run xdebug profiler
http://devzone.zend.com/article/2899
http://www.slideshare.net/samkeen/profiling-php-with-xdebug-webgrind
您是否使用以下任何内容:
zend 加速器)。 ZF 在 IO 性能较低的 PC 上加载许多小文件时可能会很慢。
我们的电子商务服务器有 125 毫秒的响应,具有硬核优化(但没有缓存)。
Are you using anything from:
Also try using optcode cache (like zend accelerator). ZF can be slow on PCs with low IO performance while it loads many small files.
We have 125ms response on server for our ecommerce with hardcore optimalization (but without cache).