Login
Remember
Register
Ask a Question
How can code in MuleSoft be optimized for memory efficiency?
0
votes
asked
Jul 14, 2024
in
Mulesoft
by
rajeshsharma
How can code in MuleSoft be optimized for memory efficiency?
optimized
memory
efficiency
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 14, 2024
by
rajeshsharma
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
...