Skip to content

[Cases][Observables] - Alert table performance improvement#237307

Merged
michaelolo24 merged 4 commits intoelastic:mainfrom
michaelolo24:observables-table-perf-improvement
Oct 6, 2025
Merged

[Cases][Observables] - Alert table performance improvement#237307
michaelolo24 merged 4 commits intoelastic:mainfrom
michaelolo24:observables-table-perf-improvement

Conversation

@michaelolo24
Copy link
Contributor

Summary

Fix based on feedback here

@michaelolo24 michaelolo24 requested a review from a team as a code owner October 2, 2025 14:29
@michaelolo24 michaelolo24 added release_note:skip Skip the PR/issue when compiling release notes Feature:Cases Cases feature Team:Cases Security Solution Cases team v9.2.0 labels Oct 2, 2025
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-cases (Team:Cases)

@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-cases (Feature:Cases)

@michaelolo24 michaelolo24 added the backport:skip This PR does not require backporting label Oct 2, 2025
...alert,
}).map(([key, value]) => ({
field: key,
value: value ? (value as string[]) : [],
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@christineweng Based on the types can we safely cast this to string[]?

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

Async chunks

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

id before after diff
cases 1.4MB 1.4MB -137.0B
embeddableAlertsTable 1004.6KB 1004.4KB -137.0B
ml 5.4MB 5.4MB -137.0B
observability 1.6MB 1.6MB -137.0B
securitySolution 11.1MB 11.1MB -137.0B
triggersActionsUi 1.6MB 1.6MB -137.0B
total -822.0B

History

@michaelolo24 michaelolo24 merged commit 09552c7 into elastic:main Oct 6, 2025
12 checks passed
rylnd pushed a commit to rylnd/kibana that referenced this pull request Oct 17, 2025
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:Cases Cases feature release_note:skip Skip the PR/issue when compiling release notes Team:Cases Security Solution Cases team v9.2.0 v9.3.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants