As per Sencha docs, Each Application can define a launch function, which is called as soon as all of your app's classes have been loaded and the app is ready to be launched.
However, even with the example app come with sencha generate app xxx
, it takes several seconds before the lauch function is called, even with the bundled app.js
.
It definitely slows down development.
What exactly happens before an application's launch function is called and why is it so slow? The offcial doc is not detailed in this matter. How to speed up the process?