For the complete documentation index, see llms.txt. This page is also available as Markdown.

16.8 Scalability Considerations

As applications grow, scalability becomes a critical factor.

FreCx supports high throughput through its architecture, but applications must be designed to handle increasing demand. This includes:

  • optimizing contract logic

  • using efficient data handling strategies

  • distributing workloads across multiple services

Backend systems should be designed to scale horizontally, ensuring that increased user activity does not impact performance.

Last updated