silverstripe-framework/docs/en/02_Developer_Guides/08_Performance/index.md
Aaron Carlino 6888901468
NEW: Update docs to be compliant with Gatsby site (#9314)
* First cut

* Temporarily disable composer.json for netlify build

* POC

* New recursive directory query, various refinements

* Fix flexbox

* new styled components plugin

* Apply frontmatter delimiters

* Mobile styles, animation

* Search

* Redesign, clean up

* Nuke the cache, try again

* fix file casing

* Remove production env file

* ID headers

* Move app to new repo

* Add frontmatter universally

* Hide children changelogs

* Add how to title

* New callout tags

* Revert inline code block change

* Replace note callouts

* Fix icons

* Repalce images

* Fix icon

* Fix image links

* Use proper SQL icon
2019-11-18 17:58:33 +13:00

991 B

title summary introduction icon
Performance Make your applications faster by learning how to write more scalable code and ways to cache your important information. Make your applications faster by learning how to write more scalable code and ways to cache your important information. tachometer-alt

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.

[CHILDREN Exclude=How_Tos]