Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.x] [Discover] Enhance Discover loading time by parallel execution …
…of requests (#195670) (#195939) # Backport This will backport the following commits from `main` to `8.x`: - [[Discover] Enhance Discover loading time by parallel execution of requests (#195670)](#195670) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Matthias Wilhelm","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-11T14:47:50Z","message":"[Discover] Enhance Discover loading time by parallel execution of requests (#195670)\n\nIn the loading process of Discover, there were 4 sequential requests. This commit refactors the code to execute them in a parallel way. Before theduration of requests were adding up, now it takes as long as the longest\r\nrequest. This can speed up the loading Discover significantly, depending on how long those requests take.\r\n\r\nCo-authored-by: Julia Rechkunova <[email protected]>","sha":"dc1aced57d238324b48496e64c5fb8a5a9e9dcd3","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Discover","performance","release_note:skip","v9.0.0","Team:DataDiscovery","backport:prev-minor","Project:OneDiscover"],"title":"[Discover] Enhance Discover loading time by parallel execution of requests","number":195670,"url":"https://github.com/elastic/kibana/pull/195670","mergeCommit":{"message":"[Discover] Enhance Discover loading time by parallel execution of requests (#195670)\n\nIn the loading process of Discover, there were 4 sequential requests. This commit refactors the code to execute them in a parallel way. Before theduration of requests were adding up, now it takes as long as the longest\r\nrequest. This can speed up the loading Discover significantly, depending on how long those requests take.\r\n\r\nCo-authored-by: Julia Rechkunova <[email protected]>","sha":"dc1aced57d238324b48496e64c5fb8a5a9e9dcd3"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/195670","number":195670,"mergeCommit":{"message":"[Discover] Enhance Discover loading time by parallel execution of requests (#195670)\n\nIn the loading process of Discover, there were 4 sequential requests. This commit refactors the code to execute them in a parallel way. Before theduration of requests were adding up, now it takes as long as the longest\r\nrequest. This can speed up the loading Discover significantly, depending on how long those requests take.\r\n\r\nCo-authored-by: Julia Rechkunova <[email protected]>","sha":"dc1aced57d238324b48496e64c5fb8a5a9e9dcd3"}}]}] BACKPORT--> Co-authored-by: Matthias Wilhelm <[email protected]>
- Loading branch information