Meteor Bundle Size check

Hey Meteor Freaks,

on local env. it’s pretty easy to check the the bundles loaded and the initialBundle. thanks to the visualization package and the network tab you can pretty good check the meteor dynamic import fetch’s and bundles loaded.

When it comes to production builds I’m having a hard time to check which bundle is loaded and also to check the initial bundle. Do you have any practice in visualizing or measuring production bundles?

In the Network-Tab for sure you can see the meteor-js-ressource request but this is not very good to inspect. Is this even normal that I don’t see any dynamic fetch’s on production builds?

Thank you

Production build with the Bundle Visualizer should give you similar results on both dev and deployment options.
Your dynamic packages are stored in the browser in this way:

I think that if you have a package cached on the local browser, you will not see any fetch in the Network tab. You could empty this storage and check for your dynamic packages fetch again.
You can filter the Network tab in the browser to show your POSTs. Example of a package fetched - the last item in the list: