Thursday, January 31, 2013

Re: Strange behavior with ie8 permutation

Hello Damien,
Answer to the first question: the browser is IE8 for all tests and the doctype is switched from <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> to the standard : <!doctype html>
Answer to the second question:
actual configuration in production <set-property name="user.agent" value="gecko1_8,ie6,safari" />

testing configuration <set-property name="user.agent" value="gecko1_8,ie6,ie8,ie9,safari" />
with this testing configuration and IE8 browser, we can switch between ie6 and ie8 permutation with a click on the compatibility view button (close to the refresh button) on the browser, we can check in the ie cache that the ie6 permutation is loaded when the compatibility is activated.

2013/1/31 Damien Picard <picard.damien@gmail.com>
Hello,

When you start your application on ie8 without the compatibility tag, what are the browser and the document mode used ?

Furthermore, which permutation tag do you use in your .gwt.xml ?

Regards,


2013/1/30 Nicolas Wetzel <wetzeln@gmail.com>
Hello, 

We have  a gwt app with only one permutation for Internet Explorer (ie6) and the html tag  <meta http-equiv="X-UA-Compatible" content="IE=7"/> for compatibility.

We think about to add to ie8 and ie9 and remove the html tag. 

But after some performance tests on a IE8 browser, the ie8 permutation appears to be "slower" than the ie6 one.


With IE8, the application's initial loading (e.g the time measured between the forward of the host html page and the first statement in the EntryPoint onModuleLoad() method) takes 4 seconds while it only takes  2 seconds  when for the ie6 permutation + compatibilty tag.


The size of javascript compiled is about to 3.5 MB size for both permutations.

After this initial loading, the IE8 permutation seems to be more efficient (we can monitor all the javascript computation time) but waiting 4 seconds is to long to decide to switch.
We also started working on code splitting but it requieres a lot of effort & time.

Is there anyone who met this kind of problem?

nicolas

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 



--
Damien Picard
Axeiya Services : http://axeiya.com/
stillcollab-surface : http://code.google.com/p/stillcollab-surface/
Mon livre sur GWT : http://axeiya.com/index.php/ouvrage-gwt.html

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment