Extjs 3 to Extjs 4

Viewed 5203

I want to migrate from extjs 3 to extjs 4. I have tested sample Extjs 4 example in rails 3. I have observed that page rendering time is very slow in extjs 4. I don't know what is the reason.
Can anybody tell me, what is the reason behind that? or
is there any problem in my app? and
What should I do to improve the perfomance of extjs 4?

8 Answers

Use MVC feature of Extjs4.0 or later version put store views model controller in different folder and call them using controller.

Related