Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…199663) # Backport This will backport the following commits from `main` to `8.x`: - [[ML] Data Visualizer: Optimize initial load bundles. (#199029)](#199029) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Walter Rafelsberger","email":"walter.rafelsberger@elastic.co"},"sourceCommit":{"committedDate":"2024-11-11T15:38:01Z","message":"[ML] Data Visualizer: Optimize initial load bundles. (#199029)\n\n## Summary\r\n\r\nPart of https://github.com/elastic/kibana/issues/194171.\r\n\r\nThe `dataVisualizer` plugin loads quite some bundle chunks on the first\r\nKibana load. On `main` it currently looks like this on page load:\r\n\r\n![CleanShot 2024-11-05 at 17 51\r\n35@2x](https://github.com/user-attachments/assets/7b2fcc7e-08fb-48b8-a1d9-03063b555e38)\r\n\r\nThis PR refactors how embeddables and UI actions get initialized to\r\navoid loading any additional async bundles on page load.\r\n\r\n![CleanShot 2024-11-06 at 10 51\r\n36@2x](https://github.com/user-attachments/assets/019c3c79-49b5-4e63-9b94-3d7b02963a9b)\r\n\r\n### Checklist\r\n\r\n- [ ] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios\r\n- [ ] [Flaky Test\r\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was\r\nused on any tests changed\r\n- [x] This was checked for breaking API changes and was [labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#_add_your_labels)","sha":"aa4f430ed59694b7f8c3d5b318c76e6aef95331e","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":[":ml","release_note:skip","Feature:File and Index Data Viz","v9.0.0","backport:version","v8.17.0"],"title":"[ML] Data Visualizer: Optimize initial load bundles.","number":199029,"url":"https://github.com/elastic/kibana/pull/199029","mergeCommit":{"message":"[ML] Data Visualizer: Optimize initial load bundles. (#199029)\n\n## Summary\r\n\r\nPart of https://github.com/elastic/kibana/issues/194171.\r\n\r\nThe `dataVisualizer` plugin loads quite some bundle chunks on the first\r\nKibana load. On `main` it currently looks like this on page load:\r\n\r\n![CleanShot 2024-11-05 at 17 51\r\n35@2x](https://github.com/user-attachments/assets/7b2fcc7e-08fb-48b8-a1d9-03063b555e38)\r\n\r\nThis PR refactors how embeddables and UI actions get initialized to\r\navoid loading any additional async bundles on page load.\r\n\r\n![CleanShot 2024-11-06 at 10 51\r\n36@2x](https://github.com/user-attachments/assets/019c3c79-49b5-4e63-9b94-3d7b02963a9b)\r\n\r\n### Checklist\r\n\r\n- [ ] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios\r\n- [ ] [Flaky Test\r\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was\r\nused on any tests changed\r\n- [x] This was checked for breaking API changes and was [labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#_add_your_labels)","sha":"aa4f430ed59694b7f8c3d5b318c76e6aef95331e"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/199029","number":199029,"mergeCommit":{"message":"[ML] Data Visualizer: Optimize initial load bundles. (#199029)\n\n## Summary\r\n\r\nPart of https://github.com/elastic/kibana/issues/194171.\r\n\r\nThe `dataVisualizer` plugin loads quite some bundle chunks on the first\r\nKibana load. On `main` it currently looks like this on page load:\r\n\r\n![CleanShot 2024-11-05 at 17 51\r\n35@2x](https://github.com/user-attachments/assets/7b2fcc7e-08fb-48b8-a1d9-03063b555e38)\r\n\r\nThis PR refactors how embeddables and UI actions get initialized to\r\navoid loading any additional async bundles on page load.\r\n\r\n![CleanShot 2024-11-06 at 10 51\r\n36@2x](https://github.com/user-attachments/assets/019c3c79-49b5-4e63-9b94-3d7b02963a9b)\r\n\r\n### Checklist\r\n\r\n- [ ] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios\r\n- [ ] [Flaky Test\r\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was\r\nused on any tests changed\r\n- [x] This was checked for breaking API changes and was [labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#_add_your_labels)","sha":"aa4f430ed59694b7f8c3d5b318c76e6aef95331e"}},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Walter Rafelsberger <walter.rafelsberger@elastic.co>
- Loading branch information