DEV Community

Cover image for Let's make SpringBoot app start faster

Let's make SpringBoot app start faster

Mitz on November 17, 2018

"How Fast is Spring?" is a session at Spring One Platform 2018. I watched the video and tried it by myself. So I introduce here what I d...
Collapse
 
stealthmusic profile image
Jan Wedel

Nice comparison. Would be great to undestand what those flags actually do.
And what happens, you exclude Jackson? You just return a string but will Spring still be able serialize an object to json?
BTW: If it’s about startup time, you should try GraalVM 😎

Collapse
 
alainvanhout profile image
Alain Van Hout

A really interesting exposiion, thanks! Probably just the scientist in me, but plotting the summary in a graph would be really cool :).

(Just one comment: when two measurements have different values but widely overlap when you take into account the error flags, then the correct thing would be to say that there seems to be no difference between the two)

Collapse
 
kic profile image
KIC

you can also try to add gralvm and native image

Collapse
 
pmgysel profile image
Philipp Gysel

Interesting experiment. It‘s amazing how much room for startup optimization there is..