Zend Framework 1.11 真的很慢..为什么?

发布于 2024-10-09 09:08:13 字数 215 浏览 3 评论 0原文

我使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

苏璃陌 2024-10-16 09:08:13

好吧,不应该花那么多时间,你能发布代码和你的操作系统信息吗,

但我建议
运行 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

山人契 2024-10-16 09:08:13

您是否使用以下任何内容:

  • Localecurrency
  • 也尝试使用 optcode 缓存(如
  • Db

zend 加速器)。 ZF 在 IO 性能较低的 PC 上加载许多小文件时可能会很慢。

我们的电子商务服务器有 125 毫秒的响应,具有硬核优化(但没有缓存)。

Are you using anything from:

  • Locale
  • Currency
  • Db

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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文