-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Reduce security plugin page load bundle #98819
Conversation
Pinging @elastic/kibana-security (Team:Security) |
securityOss: 30806 | ||
securitySolution: 187863 | ||
share: 99061 | ||
snapshotRestore: 79032 | ||
spaces: 387915 | ||
spaces: 57868 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not strictly required for this PR, but we did the work to drop the spaces bundle already, so we should make sure it stays that way
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code review only, LGTM! 🎉
💚 Build SucceededMetrics [docs]Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
💔 Backport failed
To backport manually run: |
# Conflicts: # packages/kbn-optimizer/limits.yml
Summary
Reduces the page load bundle for the
security
plugin by making select importsasync
.Resolves #95869