Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何提高基于 Sencha Touch 的应用程序的性能?花了几天后,我发现应用程序变得有点重后性能真的变差了。任何可以帮助提高其性能并使其达到更好形状的建议或技巧都将受到高度赞赏。
此外,我的应用程序使用 phone-gap 进行本机绑定。
您应该做的最重要的事情是确保您的 DOM 尽可能精简。如果您有一个当前不可见的面板/容器,请将其移除/销毁。
panel.destroy() parentPanel.remove(destory)