ExtJS4 性能调优

发布于 2024-12-12 01:31:09 字数 99 浏览 0 评论 0 原文

我们正在 ExtJS4 中开发应用程序。

使用 extjs4、WCF 服务、编辑器网格,性能非常非常慢。应用程序在 IE 8 下运行。有人可以提供有关调整性能的提示吗?

We are developing application in ExtJS4.

using extjs4, WCF Service, with editor grid, and perfomance is very very very slow. application is running under IE 8. Can someone provide tips on tuning the perfomance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

茶色山野 2024-12-19 01:31:09
  1. 通过分页减少记录数。 (最多 25)
  2. 减少显示的列数。 (max10)
  3. 通过优化查询减少服务器加载时间,还应按 25 分页。
  4. 使用现代浏览器(FF、Chrome 等)
  1. Reduce number of record by paging. (max 25)
  2. Reduce number of columns displayed. (max10)
  3. Reduce server time to load by optimizing query, should also page by 25.
  4. Use a modern browser (FF,Chrome,etc)
以酷 2024-12-19 01:31:09

Extjs 一般来说与 IE 存在性能问题..我猜你正在使用 4.0.7 最新版本。您可以等待 4.1.0,它应该会快很多,尤其是在 IE 上,请参阅他们的性能预览 此处

Extjs in general has performance issues with IE .. i guess you are using the 4.0.7 the latest release. You can wait for 4.1.0 which should be a lot faster especially on IE, see their performance preview here

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