#1: IntelliJ's inspection that produces that "error" is slightly outdated. Either ignore it or disable the inspection on class/method/statement level or turn the inspection off.
-- #2: Gradle/IntelliJ should not impact DevMode + Browser plugin performance. The initial load of your app can be slow until things are cached in gwt-unitCache. Also the Chrome plugin isn't the fastest compared to FireFox or IE plugins. So I guess you are not doing anything wrong. You app just reached a certain size where it takes time. You could check if your heap memory is large enough for DevMode as you should increase the heap memory from time to time as your app size grows.
-- J.
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.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment