-
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
[Telemetry Management Section] Lazy-load security payload #79854
[Telemetry Management Section] Lazy-load security payload #79854
Conversation
Pinging @elastic/kibana-telemetry (Team:KibanaTelemetry) |
Converting it back to draft because #79859 might change things a bit |
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.
lgtm 👍
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]@kbn/optimizer bundle module count
async chunk count
async chunks size
distributable file count
page load bundle size
History
To update your PR or re-run it, just comment with: |
…) (#82323) Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Pinging @elastic/kibana-core (Team:Core) |
Summary
After we merged #78963, the bundle size got increased because of the static JSON payload in the new security fly-out. This PR moves it to a lazy component. This way it can grow as much as we need, without affecting the Advanced Settings loading speed.
Checklist
Delete any items that are not applicable to this PR.
For maintainers