kibana icon indicating copy to clipboard operation
kibana copied to clipboard

[Exploratory View] Optimize initial load bundles

Open tonyghiani opened this issue 5 months ago • 0 comments

📓 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.

tonyghiani avatar Aug 28 '24 12:08 tonyghiani