Reputation: 9375
Our GWT application is taking more than one minute for its initial rendering in IE8 (the network is not an issue as everything is on the local machine). When profiling using dev. tools (F12), it seems the issue is related to StyleInjectorImplIE.injectStyleSheetAtEnd() that takes all the time.
Any idea or suggestion about what can go wrong ?
PS : Does not have this issue with IE9; neither for FF, Chrome, Safari, ...
Upvotes: 1
Views: 384
Reputation: 11
Are you using gwt-log ? We had the same issue and traced it to this package, it started using CSS injection as of 3.0.0
Upvotes: 1