Re: Any metrices on amount of code/data we can put on client side (browser)

2010-09-18 Thread rjcarr
This is a tough question because every browser is going to be different, every environment is going to be different, and every physical machine is going to be a little different. Maybe you can tell us where you're at now and where you are having any performance problems? I think I have a rather

Any metrices on amount of code/data we can put on client side (browser)

2010-09-16 Thread lalit
Looking for some metrices about how much code and data we can push on the client side. I understand that this will be a function of client machine capabilities also. But if there are some specific indicators in terms of browser capabilities, that would be great. For example how much megs of code

Re: Any metrices on amount of code/data we can put on client side (browser)

2010-09-16 Thread Jim Douglas
You'll probably need to test it and see. FWIW, Android doesn't seem to like very large html files. When I did a 'detailed' build of our GWT project (10+MB html files, compared to 1+MB obfuscated), it crashed the browser in the Android emulator. On Sep 16, 9:59 am, lalit lalit.bh...@gmail.com