Optimizing publishing to streams [closed]

+1 vote
What are some common optimizations one can implement when publishing items to multiple streams?

For example, instead of publishing to each stream with a separate tx, I published items using only a single tx to by utilizing "createrawsendfrom" method as described in https://www.multichain.com/developers/raw-transactions/. However, this has worsened my performance.

In related to that, what are some factors that affect publish method's performance ?

Thanks in advance.
asked Aug 21, 2018 by TinfoilHat
closed Aug 21, 2018 by MultiChain
...