I am was looking at the size of the generated output for a program we run on the ipad and noticed that the injected css and html strings were taking quite a lot of space. All the obfuscated class names appear to be 10 characters long. Is there a reason they need to be this long? Couldn't they work just like function names i.e. a,b,c...A.... I think in our case it could save quite a lot of space because we have a lot of classes and HTML panels that use these classes.
-- http://groups.google.com/group/Google-Web-Toolkit-Contributors