I am creating an Extjs App by Sencha CMD for which Production App.js size comes around 20 MB. Because of that, it is too slow for first time Load(Around 6-7 s Locally and 30-40s on Cloud).
- In there any way I can hanlde this so that my App.js size Comes down?
- Can I divide my app into Modules so that I can load only necessary files on first load and load other files on demand?