kibana
kibana copied to clipboard
[Exploratory View] Optimize initial load bundles
📓 Summary
Part of #191599
The exploratory view plugin has some margin of improvement in cutting its bundle size by:
- [ ] Refactor lazy exports using
dynamic
util. - [ ] Remove unused exports from
public/index.ts
- [ ] Improve lazy loading of
ExploratoryViewEmbeddable
component.