-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Investigate spring init
startup time
#5260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I've done more tests today and I confirm the regression between |
The Did you thought about disabling the bytecode verification with |
-- deleted -- was rubbish ... forgot the clean... |
I wonder why the size is so much bigger? That's unexpected. |
yeah I forgot the clean.... so it was nonsense... |
I spent a bit of time on this yesterday and didn't get very far. Two things I learned:
|
My guess is this is related to #4882 |
Prototyping some ideas here: https://github.com/philwebb/spring-boot/tree/gh-5260 1.3.x
Before:
After:
|
I think performance is roughly back. I've added #5668 with another idea that might improve things even more. |
I've tested this and we're back to the performance of |
In
1.4.0.M1
,time spring hint
takes around 3.2 sec while the same command takes 2.7s on 1.3The text was updated successfully, but these errors were encountered: