Initial download size

2012-03-15 Thread Sarika
In our application we have to reduce our initial loading time. We are using code splitting in gwt. Still it's taking more time to load. We did splits based on references methods as well as in events to load corresponding codes to load on that event. Still it s taking more time not able to reduce

Re: Initial download size

2011-10-29 Thread Andrei
I built an app with 10 very complex views. Each view has a table with data or a form, and a few popup dialogs. Plus, each view has several paragraphs of text. There are 5 different services supporting these views, and about 20 types of complex data entities. Total download size: 550kB. The

Re: Initial download size

2011-10-29 Thread morteza adi
Thanks Andrei i did a lot of research on GXT before starting the project but never thought of problems like this !! just a single GXT gridview without any implementation is more than 1mb !!! fortunately i can easily migrate to GWT. thanks again !! Truly yours, Morteza Adi On Sat, Oct 29, 2011

Initial download size

2011-10-27 Thread Morteza Adi
I'm using GXT/GWT in a project. with help of code splitting i could reduce initial download size to 2232796 bytes. However i think it is still too big for initial download. after inspecting compile reports i found that there are some classes /packages in jre and gwtlang like