Skip to content

Conversation

@stratoula
Copy link
Contributor

Summary

Part of #243576

Registers the custom commands only once on the didMount and disposes them on cleanup

@stratoula stratoula added Feature:ES|QL ES|QL related features in Kibana Team:ESQL ES|QL related features in Kibana t// v9.3.0 performance release_note:skip Skip the PR/issue when compiling release notes backport:skip This PR does not require backporting labels Nov 27, 2025
@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

Module Count

Fewer modules leads to a faster build time

id before after diff
esql 505 506 +1

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
esql 668.2KB 668.7KB +560.0B

Page load bundle

Size of the bundles that are downloaded on every page load. Target size is below 100kb

id before after diff
esql 18.8KB 18.8KB -1.0B

History

@stratoula stratoula marked this pull request as ready for review November 27, 2025 13:11
@stratoula stratoula requested a review from a team as a code owner November 27, 2025 13:11
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-esql (Team:ESQL)

Copy link
Contributor

@sddonne sddonne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! I like the new organisation

application?: CoreStart['application'];
uiActions: ESQLEditorDeps['uiActions'];
telemetryService: ESQLEditorTelemetryService;
editor1: React.RefObject<monaco.editor.IStandaloneCodeEditor>;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know it was like this before the PR, but could we replace editor1 by editorRef?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, I will do it on a follow up to change this editor1 from all places for consistency

@stratoula stratoula merged commit bd13c8b into elastic:main Nov 27, 2025
14 checks passed
tkajtoch pushed a commit to tkajtoch/kibana that referenced this pull request Dec 1, 2025
## Summary

Part of elastic#243576

Registers the custom commands only once on the didMount and disposes
them on cleanup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:skip This PR does not require backporting Feature:ES|QL ES|QL related features in Kibana performance release_note:skip Skip the PR/issue when compiling release notes Team:ESQL ES|QL related features in Kibana t// v9.3.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants