Why does a large enterprise-level implementation of ExtJs crash every browser? [closed]

泄露秘密 提交于 2019-12-11 02:02:57

问题


I are working on a implementation of ExtJs that I think is larger than its makers expected. Our pages instantiate over a 1000 ExtJs components.

This first issue is that, most of the time, a single page load is taking 20-30 seconds to return; during that time the browser displays a spinny wheel indicating that some resource is being used. Except that we are monitoring ram, hard drive, processor and network usage, and none of them are taxed. The server has completed it's request, so the delay is clearly being caused by ExtJs.

The second issue is that after a few clicks, Firefox displays a "slow script" error, Chrome displays a "Kill Page" error, and Safari simply crashes.

Again, RAM, Hard Drive, Network and Processor are all barely being used, yet the browser is unable to handle creating the ExtJs components.

Can anyone point me in the right direction towards load balancing ExtJs so that the browser is not so unhappy?

来源:https://stackoverflow.com/questions/10772608/why-does-a-large-enterprise-level-implementation-of-extjs-crash-every-browser

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