From abc869e14d5526fd79ebdb4bb075332cf2c5d9f5 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Sat, 23 May 2015 08:52:11 -0400 Subject: [PATCH] doc wip --- docs/guide/tutorial-performance-tuning.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guide/tutorial-performance-tuning.md b/docs/guide/tutorial-performance-tuning.md index 7e2ab179f6..489594c61d 100644 --- a/docs/guide/tutorial-performance-tuning.md +++ b/docs/guide/tutorial-performance-tuning.md @@ -3,9 +3,9 @@ Performance Tuning > Note: This section is under development. -The performance of your web application is based on two parts. First is the framework performance -and the second is the application itself. Yii has a pretty low overhead out of the box and can be fine-tuned further for production environments. As for the application, we'll provide some of the best practices -along with examples of how to apply them to Yii. +There are many factors affecting the performance of your Web application. Some are environmental, some are related +with your code, while some others are related with Yii itself. In this section, we will enumerate most of these +factors and explain how you can improve your application performance by adjusting these factors. ## Optimizing your PHP Environment