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 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 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
> > > size script at a latter version of gwt?
>
> > > On Nov 30, 9:23 am, jhulford  wrote:
>
> > > > 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 included and see if there's something that's getting
> > > > sucked in that shouldn't be.
>
> > > > On Nov 29, 2:45 pm, Jewel  wrote:
>
> > > > > 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 for all the permutations.
>
> > > > > We are using following libraries,
>
> > > > > gxt,
> > > > > GwtFacebook,
> > > > > gwt-dnd,
> > > > > gwt-voices,
>
> > > > > I have searched over this groups but haven't got anyone with same
> > > > > problem. Does anyone have any idea, what the problem can be? We are
> > > > > not getting any clue.
>
> > > > > Thanks.

-- 
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=en.



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 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
> > size script at a latter version of gwt?
>
> > On Nov 30, 9:23 am, jhulford  wrote:
>
> > > 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 included and see if there's something that's getting
> > > sucked in that shouldn't be.
>
> > > On Nov 29, 2:45 pm, Jewel  wrote:
>
> > > > 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 for all the permutations.
>
> > > > We are using following libraries,
>
> > > > gxt,
> > > > GwtFacebook,
> > > > gwt-dnd,
> > > > gwt-voices,
>
> > > > I have searched over this groups but haven't got anyone with same
> > > > problem. Does anyone have any idea, what the problem can be? We are
> > > > not getting any clue.
>
> > > > Thanks.

-- 
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=en.



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
> size script at a latter version of gwt?
>
> On Nov 30, 9:23 am, jhulford  wrote:
>
> > 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 included and see if there's something that's getting
> > sucked in that shouldn't be.
>
> > On Nov 29, 2:45 pm, Jewel  wrote:
>
> > > 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 for all the permutations.
>
> > > We are using following libraries,
>
> > > gxt,
> > > GwtFacebook,
> > > gwt-dnd,
> > > gwt-voices,
>
> > > I have searched over this groups but haven't got anyone with same
> > > problem. Does anyone have any idea, what the problem can be? We are
> > > not getting any clue.
>
> > > Thanks.

-- 
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=en.



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 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 included and see if there's something that's getting
> sucked in that shouldn't be.
>
> On Nov 29, 2:45 pm, Jewel  wrote:
>
> > 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 for all the permutations.
>
> > We are using following libraries,
>
> > gxt,
> > GwtFacebook,
> > gwt-dnd,
> > gwt-voices,
>
> > I have searched over this groups but haven't got anyone with same
> > problem. Does anyone have any idea, what the problem can be? We are
> > not getting any clue.
>
> > Thanks.

-- 
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=en.



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 included and see if there's something that's getting
sucked in that shouldn't be.

On Nov 29, 2:45 pm, Jewel  wrote:
> 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 for all the permutations.
>
> We are using following libraries,
>
> gxt,
> GwtFacebook,
> gwt-dnd,
> gwt-voices,
>
> I have searched over this groups but haven't got anyone with same
> problem. Does anyone have any idea, what the problem can be? We are
> not getting any clue.
>
> Thanks.

-- 
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=en.



.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 for all the permutations.

We are using following libraries,

gxt,
GwtFacebook,
gwt-dnd,
gwt-voices,

I have searched over this groups but haven't got anyone with same
problem. Does anyone have any idea, what the problem can be? We are
not getting any clue.

Thanks.

-- 
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=en.