re #39572
The extension host init data is a monster, depending on your configuration and installed extensions easily 1MB. We always log this (level=info) and to make matter worse we serialise it again... So instead of taking the monster string we have send over, we take the just parsed object and create yet another monster string... Two things I'd do different: don't use log level info, log the extension IPC which is already strings
re #39572
The extension host init data is a monster, depending on your configuration and installed extensions easily 1MB. We always log this (level=info) and to make matter worse we serialise it again... So instead of taking the monster string we have send over, we take the just parsed object and create yet another monster string... Two things I'd do different: don't use log level info, log the extension IPC which is already strings