Reputation: 404
I am dynamically creating some controls in a page. it will become slow when we have some fifty controls.
what are the code optimization techniques/ guideline used in extjs? Is there any specific methods which will slow down the entire loading?
Upvotes: 5
Views: 5203
Reputation: 1897
My tips are
Upvotes: 1
Reputation: 74126
Sencha has great posts:
Ext JS 4.1 Performance about:
Optimizing Ext JS 4.1-based Applications about optimization tips and the Page Analyzer tool.
Upvotes: 6