From c768ee7196546be61e968a251578332458ead832 Mon Sep 17 00:00:00 2001 From: Larry Ullman Date: Sun, 17 Nov 2013 09:49:50 -0500 Subject: [PATCH] Just started editing --- docs/guide/performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/performance.md b/docs/guide/performance.md index d16d962..42aa042 100644 --- a/docs/guide/performance.md +++ b/docs/guide/performance.md @@ -1,7 +1,7 @@ Performance Tuning ================== -Application performance consists of two parts. First is the framework performance +The performance of your web application is based upon two parts. First is the framework performance and the second is the application itself. Yii has a pretty low performance impact on your application out of the box and can be fine-tuned further for production environment. As for the application, we'll provide some of the best practices