Reduce maps
bundle size (code splitting)
#64317
Labels
[Deprecated-Use Team:Presentation]Team:Geo
Former Team Label for Geo Team. Now use Team:Presentation
performance
v7.8.0
v8.0.0
maps.js
bundle size is 4.8Mb at the momentThis bundle is loaded eagerly whenever a user opens the Kibana app.
We could decrease the plugin size drastically if add code-splitting and lazy loading for the plugin. The most obvious candidate for optimization is to load the
MapView
component on-demand.Related discussion #64179
The text was updated successfully, but these errors were encountered: