Manually track more than one contentImpression in one request

I’m using

_paq.push(['trackContentImpression', 'Content Name', 'Content Piece', 'http://www.example.com']);

to track my ContentImpressions manually.

For performance reasons I would like to bundle several ContentImpressions and send them to Matomo in one request. Is that possible?