You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/refguide/modeling/dev-best-practices.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -337,7 +337,9 @@ You can define the [home pages](/refguide/show-home-page/) per device and role i
337
337
338
338
Mendix apps are best built in a way that they are easily scalable through a microservice architecture.
339
339
340
-
To ensure maintainability and performance, we recommend keeping your app within 3,000 microflows and 750 entities.
340
+
To ensure maintainability and performance, we recommend keeping your app within:
341
+
- 3,000 microflows and 750 entities if using a high end machine.
342
+
- 2,000 microflows and 500 entities on a lower specced machine.
341
343
342
344
Staying within these limits helps maintain optimal performance in both Studio Pro, while also ensuring your app remains manageable and scalable over time.
343
345
If your app exceeds these limits, consider breaking your app into smaller services to improve maintainability and performance.
0 commit comments