Some time ago we had a "fast" profile, which was removing some non-essential Spring beans in order to boot faster.
I just did a test with the simplest possible microservice (no database, no registry, etc...) and startup time is nearly 8 seconds! That's incredibly slow for something so simple.
Doing a simple fast profile I could bring down that startup time to 5.5 seconds, and I'm pretty sure we could do better.
So how about bringing back the "fast" profile?
+1
And maybe we could remove the cc (continious compilation) profile. I'm not sure anyone is using it.
@PierreBesson I'm using it !
馃憤
I see many of you want this, but for the moment I'm giving up...
Here are the reasons:
fast profile everywhere.Here is a patch of what I did on a "simple" application. It's pretty easy to use it and test.
patch.txt
Most helpful comment
@PierreBesson I'm using it !