Version 3 end of life
This version of Silverstripe CMS will not recieve any additional bug fixes or documentation updates. Go to documentation for the most recent stable version.

The following guide describes the common ways to speed your SilverStripe website up. The general rules for getting the best performance out of SilverStripe include running the latest versions of PHP alongside a opcode cache such as XCache or APC.

If you're running shared hosting, make sure your host meets the minimum system requirements and has activated one of the PHP opcode caches to achieve the best results for your application. Once your hardware is performing it's best, dig into the guides below to see what you can do.

Partial Caching
Cache SilverStripe templates to reduce database queries.
Caching
Optimise performance by caching expensive processes
HTTP Cache Headers
Set the correct HTTP cache headers for your responses.
Profiling
Identify bottlenecks within your application.
Static Publishing
Export your web pages as static HTML and serve the web like it's 1999.
Resource Usage
Manage SilverStripe's memory footprint and CPU usage.