Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 586 Bytes

23-Result-of-retrieve-only-used-in-filter.markdown

File metadata and controls

19 lines (14 loc) · 586 Bytes
layout title categories prio rulenumber rulename ruleset
post
Result of retrieve only used in filter
Microflows
2
23
RetrieveResultOnlyUsedInFilter
Performance

Why A filter is used on a retrieve action but the list is not used again. This can be a performance killer because Mendix is retrieving all your objects in memory because the filter is modeled a a separate action.

![23.png]({{ site.url }}/assets/23.png)

How to fix Add the filter to the xPath constraint property instead of filtering. Now you will directly get the list of objects that's needed.