Skip to content
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

Optimize startup time: Make Actuator features lazy #7578

Open
dsyer opened this issue Dec 6, 2016 · 0 comments
Open

Optimize startup time: Make Actuator features lazy #7578

dsyer opened this issue Dec 6, 2016 · 0 comments
Labels
theme: performance Issues related to general performance type: enhancement A general enhancement
Milestone

Comments

@dsyer
Copy link
Member

dsyer commented Dec 6, 2016

If the Actuator context and all its features were only available after the app had finished starting up and was ready to serve traffic for business requests, it might not matter a lot of the time, especially in dev mode. Benchmarks show that it might be worth it (you save 700ms on a fast machine, out of a Petclinic startup time of 3-4s).

@philwebb philwebb added this to the 1.5.0 milestone Dec 6, 2016
@philwebb philwebb added the type: enhancement A general enhancement label Dec 6, 2016
@snicoll snicoll modified the milestone: 1.5.0 Jan 16, 2017
@wilkinsona wilkinsona added the theme: performance Issues related to general performance label Jan 25, 2019
@philwebb philwebb added this to the 2.2.x milestone Jan 25, 2019
@philwebb philwebb modified the milestones: 2.2.x, 2.x May 24, 2019
@philwebb philwebb modified the milestones: 2.x, 3.x Aug 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme: performance Issues related to general performance type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

4 participants