It's very simple and just need to implement
- GWT.runAsync(new RunAsyncCallback() {}
- Set GWT compiler parameter : -compileReport. Make sure you disable draft compile mode since it will not produce the SOYC(Story of your compile)
You can see the compile report as you know what is going to be downloaded on initial download, full download and leftover.
http://code.google.com/webtoolkit/doc/latest/DevGuideCodeSplitting.html
http://code.google.com/webtoolkit/doc/latest/DevGuideCompileReport.html
Soon I will try to reduce the usage of the GXT library which is the most codes included in my initial download.
0 comments:
Post a Comment