Skip to content

Commit eb9dce5

Browse files
authored
Update dev-best-practices.md
1 parent 3d65e85 commit eb9dce5

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

content/en/docs/refguide/modeling/dev-best-practices.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -337,17 +337,17 @@ You can define the [home pages](/refguide/show-home-page/) per device and role i
337337

338338
Mendix apps are best built in a way that they are easily scalable through a microservice architecture.
339339

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:
343341

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
346344

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.
348348

349349
{{% 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.
351351
{{% /alert %}}
352352

353353
### Domain Models

0 commit comments

Comments
 (0)