Given how chatty the federation implementation is in Mastodon (and Pleroma as a result), has there been any effort to bundle API calls and save on HTTP overhead? This is something I'd normally throw in the 'premature optimization' bucket, but I gather this is a serious concern for smaller instances.
Maybe something like HTTP pipelining? Or multiplexing?