0 votes
in Mulesoft by

How can code in MuleSoft be optimized for memory efficiency?

1 Answer

0 votes
by

To optimize the MuleSoft code:

  • Avoid payload in the flow variable
  • Avoid loading the unnecessary part of the document
  • Better database polling in highly concurrent scenarios
  • Use of Dataweave for transformations
...