Optimizing the performance of JSS apps
Version: 22.x
Performance optimization in JSS is a complex topic because different optimizations can be enacted at each stack layer. Optimizing performance is not a front-end problem, a back-end problem, or a DevOps problem. Each department building and deploying a JSS application must analyze its slice of the stack and work together to adhere to a performance budget.
Recommendations
When considering solutions for how to optimize the performance of your JSS applications, we recommend the following:
-
Minimize requests to the server.
-
Follow the performance optimization guides for your chosen front-end framework.
-
If self-hosting, consider infrastructure performance improvements where possible.