【发布时间】:2014-11-11 07:49:44
【问题描述】:
根据 Sencha 文档,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.
但是,即使示例应用程序附带 sencha generate app xxx,也需要几秒钟才能调用 lauch 函数,即使是捆绑的 app.js。
它肯定会减慢开发速度。
在调用应用程序的启动函数之前究竟发生了什么,为什么它这么慢?官方文档没有详细说明这件事。 如何加快进程?
【问题讨论】:
标签: extjs sencha-touch