From a2cd529e5ff4cf1e6f49118a79fd1075ebbc1206 Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 27 Jan 2006 16:26:28 +0000 Subject: Added Performance Tuning tutorial page. --- demos/quickstart/protected/controls/TopicList.tpl | 7 +- .../protected/pages/Advanced/Assets.page | 18 ++++- .../protected/pages/Advanced/Performance.page | 77 ++++++++++++++++++++++ .../protected/pages/Advanced/Themes.page | 24 +++++-- 4 files changed, 115 insertions(+), 11 deletions(-) (limited to 'demos') diff --git a/demos/quickstart/protected/controls/TopicList.tpl b/demos/quickstart/protected/controls/TopicList.tpl index 26ef4294..c2a36390 100644 --- a/demos/quickstart/protected/controls/TopicList.tpl +++ b/demos/quickstart/protected/controls/TopicList.tpl @@ -63,9 +63,7 @@
Security
@@ -76,6 +74,9 @@
  • Assets
  • Master and Content
  • Themes and Skins
  • +
  • Persistent State
  • +
  • Logging
  • +
  • Error Handling and Reporting
  • Internationalization
  • Performance Tuning
  • diff --git a/demos/quickstart/protected/pages/Advanced/Assets.page b/demos/quickstart/protected/pages/Advanced/Assets.page index 6460cb0a..ef4a1bf0 100644 --- a/demos/quickstart/protected/pages/Advanced/Assets.page +++ b/demos/quickstart/protected/pages/Advanced/Assets.page @@ -10,9 +10,6 @@ Because directories containing component class files are normally inaccessible b

    Asset Publishing

    -Asset publishing is managed by the System.Web.UI.TAssetManager module. By default, all published asset files are stored under the [AppEntryPath]/assets directory, where AppEntryPath refers to the directory containing the application entry script. Make sure the assets directory is writable by the Web server process. You may change this directory to another by setting the BasePath and BaseUrl properties of the System.Web.UI.TAssetManager module. -

    -

    PRADO provides several methods for publishing assets or directories containing assets: