Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...



For performance reasons, XperienCentral will always use the static variant of a page if one exists. For example, a page with the title 'Economy' has the corresponding friendly 'URL "Economy.htm' URL " and is also dumped to '"Economy.html'". When '"Economy.html' " is requested, XperienCentral will refer to '"Economy.html' " because it can be loaded faster. Requests to '"Economy.htm' " will also work but the response could be somewhat slower because the Tomcat server has to generate the page.

...

  1. Navigate to Configuration > Server Configuration.
  2. Click the [Dumped content] tab.
  3. In the "Description" field, enter a description for the page you want to dump.
  4. Click [Apply]. Fields for specifying the name of the page and how often it should be dumped appear.
  5. In the "Relative URL" field, enter the friendly URL for the page, for example "/GX/Contact.htm". Note: The relative URL that you specify must match the friendly URL listed under "URLs used by active versions".
  6. In the "Filename" field, specify the name of the HTML file.
  7. In the time field, enter the number of minutes and seconds after which XperienCentral will create a new static version of the page.
  8. Select "Yes" for "Active" if you want the page to be dumped every x minutes and x seconds as specified in the time field. Select "No" if you want to dump the page only one time.
  9. Click [Dump now]. The page will be dumped immediately. Thereafter, the page will be dumped every minutes and seconds that you specified if "Active" is set to "Yes". Now when the page is navigated to, the '".html" version is shown instead of the ".htm" version generated by the web server.

...