Bundle size for simple landing page unexpectedly large

For a fairly simple landing-page, the page-data bundle size ends up at ~350k (as fetched by PLASMIC.maybeFetchComponentData(page.path);. We were very surprised by this, as the @plasmicapp/react-web library already has a lot of weight, and we were expecting the individual page data to thus be much smaller… We effectively need to send both of these to the client, and this ends up being very heavy.

Are we doing anything wrong here? Any tips to make the page-data bundle smaller?

Would you mind sharing a link to which project this is? We’ll take a look

Feel free to DM