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

Improve server_start execution time #109060

Closed
afharo opened this issue Aug 18, 2021 · 2 comments
Closed

Improve server_start execution time #109060

afharo opened this issue Aug 18, 2021 · 2 comments
Labels
apm:performance APM UI - Performance Work performance Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc

Comments

@afharo
Copy link
Member

afharo commented Aug 18, 2021

As a follow up to #108950 where we noticed that server_setup doubled its execution time in the past 30 days, affecting Kibana's total startup time, we now want to pay attention to any improvements we can apply to server_start to reduce the consistent 5s it takes to run:
image

After #108950, this step takes approx 1/3 of Kibana's total startup time.

APM data shows that most of the time is spent establishing the Elasticsearch connection and opening the HTTPS port:
image
^Probably pointing to an issue with the SSL handling? 🤔

@afharo afharo added apm:performance APM UI - Performance Work performance Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc labels Aug 18, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-core (Team:Core)

@lizozom
Copy link
Contributor

lizozom commented Jul 20, 2022

Closing for now. We will reopen if and when we have telemetry on this.

@lizozom lizozom closed this as completed Jul 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
apm:performance APM UI - Performance Work performance Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Projects
None yet
Development

No branches or pull requests

3 participants