Unanswered: How to promote the reactive speed of loading JS file
Unanswered: How to promote the reactive speed of loading JS file
Hi,
I have transformed my program to ExtJs4. But I find that the loading speed will slow down when there are lots of JS file, especially in MVC program . It there any coding skill to make this better?
Thanks.
If you use the SDK and Ext.application({...}); the SDK put every class you use in one single JS file both Ext classes and self-defined classes.
It generates one debug file with comments and one minified version.
using the sdk speeds up my app from more than 10 seconds of loading to not more than 2 seconds.