Re: .cache.html file size got double after upgrading to GWT 2.1 from 1.7

2010-12-01 Thread Nirmal
One reason for increase in size of .cache.html files could be the use of inline data: urls... for ClientBundles. Regards, Nirmal On Nov 30, 11:37 pm, Jewel wrote: > I tried GXT 2.2.1 which is for GWT 2.0 (not for GWT 2.1) but I also > tried compiling it with GWT 2.0, which also produce larger sc

Re: .cache.html file size got double after upgrading to GWT 2.1 from 1.7

2010-11-30 Thread Jewel
I tried GXT 2.2.1 which is for GWT 2.0 (not for GWT 2.1) but I also tried compiling it with GWT 2.0, which also produce larger script. http://www.sencha.com/products/gwt/download.php On Nov 30, 1:29 pm, Jeff Larsen wrote: > Have you changed your GXT jar to one made for >2.0? > > On Nov 30, 12:28

Re: .cache.html file size got double after upgrading to GWT 2.1 from 1.7

2010-11-30 Thread Jeff Larsen
Have you changed your GXT jar to one made for >2.0? On Nov 30, 12:28 pm, Jewel wrote: > I tried SOYC and it seems that gxt library is occupying most of the > space but dont know how to optimize that. It wasnt a problem in > version 1.7.1 of gwt. What make the same code base producing a larger > s

Re: .cache.html file size got double after upgrading to GWT 2.1 from 1.7

2010-11-30 Thread Jewel
I tried SOYC and it seems that gxt library is occupying most of the space but dont know how to optimize that. It wasnt a problem in version 1.7.1 of gwt. What make the same code base producing a larger size script at a latter version of gwt? On Nov 30, 9:23 am, jhulford wrote: > There's probably

Re: .cache.html file size got double after upgrading to GWT 2.1 from 1.7

2010-11-30 Thread jhulford
There's probably something that's not getting pruned by the compiler (dead code eliminated) that was before as a result of modifications you had to make to use 2.1 or perhaps a difference in the compiler in 2.1. I'd use the Story of Your Compile (SOYC) output to check and see what's getting includ

.cache.html file size got double after upgrading to GWT 2.1 from 1.7

2010-11-29 Thread Jewel
Hi, We are developing a small application using gwt 1.7.1. The GWT compiler is generating .chache.html file for 6 permutation each one having size around 1 mega bytes. Wen we upgraded the gwt version to 2.1 suddenly we observed that the size of the .cache.html file got increased to 2.8 mega bytes

.cache.html file size

2010-05-12 Thread Jewel
Hi, We are developing a small application using gwt 1.7.1. The GWT compiler is generating .chache.html file for 6 permutation each one having size around 1 mega bytes. Wen we upgraded the gwt version to 2.0.3 suddenly we observed that the size of the .cache.html file got increased to 2 mega bytes