From 51f11869a8a1aaa93472e714815fac5b9b835327 Mon Sep 17 00:00:00 2001 From: Che Van Lawrence Date: Sat, 25 May 2013 11:41:00 +1200 Subject: [PATCH] Update server-requirements.md --- docs/en/installation/server-requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/installation/server-requirements.md b/docs/en/installation/server-requirements.md index 0b2f7995c..d735e5b98 100644 --- a/docs/en/installation/server-requirements.md +++ b/docs/en/installation/server-requirements.md @@ -36,7 +36,7 @@ Our web-based [PHP installer](/installation) can check if you meet the requireme ## Web server hardware requirements -Hardware requirements vary widely depending on the traffic to your website, the complexity its logic (i.e., PHP), and its size (i.e., database.) By default, all pages are dynamic, and thus access both the database and execute PHP code to generate. SilverStripe can cache full pages and segments of templates to dramatically increase performance. +Hardware requirements vary widely depending on the traffic to your website, the complexity of its logic (i.e., PHP), and its size (i.e., database.) By default, all pages are dynamic, and thus access both the database and execute PHP code to generate. SilverStripe can cache full pages and segments of templates to dramatically increase performance. A typical website page on a conservative single CPU machine (e.g., Intel 2Ghz) takes roughly 300ms to generate. This comfortably allows over a million page views per month. Caching and other optimisations can improve this by a factor of ten or even one hundred times. SilverStripe CMS can be used in multiple-server architectures to improve scalability and redunancy.