I have a simple maven - Java EE web application which I develop using IntelliJ and deploy to Glassfish server. The thing is, it takes about 15 seconds to deploy. I know it is not too long, but I am trying to make it even faster.
I installed RAMDISK and moved my project into that disk, it did not help. Then I moved Glassfish in the RAMDISK as well, however there was still no change in the performance.
Do I need to move JDK, JRE to the RAMDISK as well to see the change? Or even the IDE itself?
Why did not moving the project and the glassfish to RAMDISK make any change?
Thanks.
Btw , for CLOSE question fans, there are question like this:
Can I use a RAM disk to speed up my IDE?
Close those first.