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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -337,17 +337,17 @@ 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:
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.
340
+
To ensure maintainability and performance, it is recommended to keep your app within:
343
341
344
-
Staying within these limits helps maintain optimal performance in both Studio Pro, while also ensuring your app remains manageable and scalable over time.
345
-
If your app exceeds these limits, consider breaking your app into smaller services to improve maintainability and performance.
342
+
* 3,000 microflows and 750 entities if using a high end machine
343
+
* 2,000 microflows and 500 entities on a lower specced machine
346
344
347
-
Applications exceeding these guidelines may still function, depending on your system. However, we cannot provide support for performance issues in oversized projects.
345
+
Staying within these limits helps maintain optimal performance in Studio Pro, while ensuring your app remains manageable and scalable over time. If your app exceeds these limits, consider breaking your app into smaller services to improve maintainability and performance.
346
+
347
+
Applications exceeding these guidelines may still function, depending on your system. However, Mendix cannot provide support for performance issues in oversized projects.
348
348
349
349
{{% alert color="info" %}}
350
-
Remember: Project size impacts IDE performance. Choose a development strategy that aligns with your system's capabilities and our recommended guidelines.
350
+
Project size impacts IDE performance. Choose a development strategy that aligns with your system's capabilities and Mendix's recommended guidelines.
0 commit comments