best practise to follow while creating microflows you can do to improve the performance of your application

0
Hi I want to understand best practises to follow while creating microflow to improve the performance of your application
asked
3 answers
4

Hi Harsh,

 

Refer these links:

https://www.zucisystems.com/blog/5-best-practices-to-use-mendix-the-right-way/

https://docs.mendix.com/refguide/dev-best-practices/#microflow-dev-best-practices

 

answered
1

Hi Harsh,

  1. Avoid committing inside the loop
  2. Prevent unnecessary retreives in the microflow
  3. Commit as late as possible in the microflow

For more details, you can check the below link

https://docs.mendix.com/refguide/community-best-practices-for-app-performance/#microflow-community-best-practices

 

you can also refer the below link

https://docs.mendix.com/howto/monitoring-troubleshooting/detect-and-resolve-performance-issues/#optimizing

answered
0

You can check it with the MxAssist Performance Bot.

see MxAssist Performance Bot | Mendix Documentation

 

Cordially, Pascal

answered