Re: Does code split real shrink the inital download?

2009-11-13 Thread LĂșcio Camilo
Unfortunately, the RunAsync need more tests by the developer, and u have to
do tests to make sure your code will work the way u want..

2009/11/13 Edgenius 

> Finally, I chop one class from my bloat code by code splitting
> function. The class is a dialog box, about 100 lines code.
> Unfortunately,  the result looks funny:
>
> Before splitting: Full code size: 868323
> After splittting:  Initial download size: 871391 Full code size:
> 874615
>
>
> It looks Gwt.runAsync() increases my code a little bit Need do
> further investigate... Any comments are welcome.
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-tool...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=.
>
>
>

--

You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=.




Does code split real shrink the inital download?

2009-11-12 Thread Edgenius
Finally, I chop one class from my bloat code by code splitting
function. The class is a dialog box, about 100 lines code.
Unfortunately,  the result looks funny:

Before splitting: Full code size: 868323
After splittting:  Initial download size: 871391 Full code size:
874615


It looks Gwt.runAsync() increases my code a little bit Need do
further investigate... Any comments are welcome.

--

You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=.