The devtools protocol's bulk API is much more efficient, as we're transfering the protocol data in a binary form instead of serializing it using the devtools protocol. In addition to that, the profile data is now gzipped before sending it. Differential Revision: https://phabricator.services.mozilla.com/D244341