Reputation: 169
I am working on a GWT project, When I am launching my GWT project in Chrome/Safari browsers, it is taking some reasonable time in Chrome and Safari browsers but it is taking more time in Edge browser.
Can anyone please help or explain, is it Edge browser issue or GWt issue?.
Upvotes: 0
Views: 177
Reputation: 2156
Are you injecting a lot of DOM elements while the GWT page is loading ?
Injecting elements is A LOT slower in IE/Edge than in all other browsers.
Upvotes: 1