Best Practices :- For Performance Improvement

1
Hi, I am looking for a list of best practices that can be followed to improve the performance of Mendix applications. Business logic implemented using micro-flows are converted to SQL queries by Mendix. I am looking at ways to limit the no of underlying queries/ use the best query , so that application runs faster. Thanks, Aravind
asked
2 answers
1

Recently ran into this article:

http://www.stukkie.nl/mendix/the-developers-guide-to-performance/

A little more extensive. Contains some worthwhile pointers.

answered
2

Hi Aravind,

You can have a look on this blogpost: https://www.mendix.com/blog/3-ways-improve-performance-mendix-apps/

answered