[APM] Optimize APM bundle #71843
Labels
performance
Team:APM
All issues that need APM UI Team support
technical debt
Improvement of the software architecture and operational architecture
Inspired by #67654 which optimized the infra bundle with 90% by introducing lazy loading we should attempt to do the same for APM.
Helpful comment from @weltenwort:
node scripts/build_kibana_platform_plugins.js --no-core --no-examples --profile --workers=2 with and without --dist
x-pack/plugins/apm/target/public/apm.plugin.js
. This should be as small as possible.x-pack/plugins/apm/target/public/stats.js
npx webpack-bundle-analyzer x-pack/plugins/apm/target/public/stats.json
The text was updated successfully, but these errors were encountered: