GWT RIA performance in IE8 -


we've got application on gwt 2.5.0 + gxt 3.0.4 1 main page, containing big table (like excel) , couple of heavy popups (implemented using gxt windows). works reasonably @ chrome, ff, , ie9 incredibly slow in ie8.

memory consumption on opening main page , heavy popup follows: ff ~250mb ie9 ~230 mb ie8 ~600-700 mb (!!) don't think it's memory leak, because memory stayed stable , didn't increase overnight.

compiler settings 'use closure compiler + max optimization'.

i'm @ loss start, , how fix problem. 1 idea rendering fast in ie9 not in ie8 because of gpu acceleration, doesn't explain amount of memory needed ie8. why ie9 okay, not ie8 ?

we're profiling our application dynatrace, doesn't memory usage. ideas appreciated, thank !


Comments

Popular posts from this blog

php - mySql Join with 4 tables -

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -