diff options
author | xue <> | 2006-01-27 20:15:19 +0000 |
---|---|---|
committer | xue <> | 2006-01-27 20:15:19 +0000 |
commit | d8849c6e3394708fa526a7d2e21f4f5de79736d1 (patch) | |
tree | f80b0ad58db804f21c8023b4a451420065e98fbb /demos/quickstart/protected/pages/Advanced/Performance.page | |
parent | 3064a2e196ea17b6016d80c61a6189110038a509 (diff) |
Added Logging page to quickstart tutorial.
Diffstat (limited to 'demos/quickstart/protected/pages/Advanced/Performance.page')
-rw-r--r-- | demos/quickstart/protected/pages/Advanced/Performance.page | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/Advanced/Performance.page b/demos/quickstart/protected/pages/Advanced/Performance.page index 8b10da56..dda6ad82 100644 --- a/demos/quickstart/protected/pages/Advanced/Performance.page +++ b/demos/quickstart/protected/pages/Advanced/Performance.page @@ -35,7 +35,7 @@ where <tt>$keyName</tt> should be a string that uniquely identifies the data ite <h2>Using <tt>pradolite.php</tt></h2>
<p>
-Including many PHP script files may impact application performance significantly. PRADO classes are stored in different files and when processing a page request, it may require including tens of class files.To alleviate this problem, in each PRADO release, a file named <tt>pradolite.php</tt> is also included. The file is a merge of all core PRADO class files whose comments are also stripped off.
+Including many PHP script files may impact application performance significantly. PRADO classes are stored in different files and when processing a page request, it may require including tens of class files.To alleviate this problem, in each PRADO release, a file named <tt>pradolite.php</tt> is also included. The file is a merge of all core PRADO class files with comments being stripped off and message logging removed.
</p>
<p>
To use <tt>pradolite.php</tt>, in your application entry script, replace the inclusion of <tt>prado.php</tt> with <tt>pradolite.php</tt>.
|