elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.71k stars 8.13k forks source link

[ML | DataVisualizer] Async bundles are loaded on each page #189755

Open thomasneirynck opened 1 month ago

thomasneirynck commented 1 month ago

Async chunks of the ML and datavisualizer plugin bundles are loaded on all Kibana pages.

This is likely due to code being imported in the /public startup or setup cycle of the plugin, which could be loaded asynchronously instead.

This is similar issue like https://github.com/elastic/kibana/issues/189679.

To cut down on Dashboard startup time, we are looking to cut down the initial bundle load.

elasticmachine commented 1 month ago

Pinging @elastic/ml-ui (:ml)