Performance#

Making your Silverstripe CMS applications fast and scalable is crucial for providing a great user experience and reducing server costs. This section provides guidance on various performance optimization techniques, ranging from caching strategies to database optimizations.

Where to start#

  • Use profiling tools to identify the slowest parts of your application.
  • Implement caching strategies for frequently accessed data and static assets.
  • Focus on quick-wins first such as adding appropriate indexes.
  • Continuously monitor your application's performance and make adjustments as needed.