Hi Blama ,
Hope you don't mind me singling you out for a question as you appear to be an active user who I assume has production level software using SmartGWT for the UI. (Can't see a way to post you a private message) but anyone's input would also be welcome.
We have been having a real issue we startup times in dev mode and the business now is becoming interested and concern about the time wasted waiting for our application to start.
So I'm just curious to know, how long does it take you application to startup in GWT dev mode, do you use Super Dev mode or the legacy dev mode (we all use legacy dev mode here as super dev mode takes couple the time to start up) Would be really good if you could share your experience and your setup when running dev mode.
We saw a big jump in startup time when I converted the maven project to a multi module maven project, I still need to investigate if it was doing that that effect the time, or something in the same release that bumped the time up, but if you do use maven for your builds, would be interesting to know how your maven build is structured.
Thanks,
Dale
Hope you don't mind me singling you out for a question as you appear to be an active user who I assume has production level software using SmartGWT for the UI. (Can't see a way to post you a private message) but anyone's input would also be welcome.
We have been having a real issue we startup times in dev mode and the business now is becoming interested and concern about the time wasted waiting for our application to start.
Average Startup Time | 25 Minutes (With slower processors, there is a few developers whose dev environment takes over an hour) |
GWT Version | 2.7.0 |
SmartGWT Version | 5.1p (Power Edition) (Build Date : 01/12/2016 06:19) |
Java Version | 1.8 |
Client class files | Around 1200 |
IDE | Intellij IDEA |
Build Tool | Maven |
GWT Modules | The application is just one Module |
So I'm just curious to know, how long does it take you application to startup in GWT dev mode, do you use Super Dev mode or the legacy dev mode (we all use legacy dev mode here as super dev mode takes couple the time to start up) Would be really good if you could share your experience and your setup when running dev mode.
We saw a big jump in startup time when I converted the maven project to a multi module maven project, I still need to investigate if it was doing that that effect the time, or something in the same release that bumped the time up, but if you do use maven for your builds, would be interesting to know how your maven build is structured.
Thanks,
Dale
Comment