Chapter 10 Achieving Optimum Performance with PowerDynamo
Increasing the performance of your Web site
There are many factors that determine the speed
of a Web site. For high throughput Web sites that rely on dynamically
driven data, it is essential that Web sites be appropriately streamlined
to handle the required volume. PowerDynamo delivers to users the
ability to fine-tune their own Web sites according to the level
of performance they require and the individual characteristics of
their Web site application.
There are four key areas that you can manipulate
to increase the performance of a dynamic Web site:
- Document cache Memory used to hold recently accessed documents
so that subsequent requests of the same document do not require
re-retrieving the document from the database or file system.
- Scheduling The act of scheduling a document to execute
at a certain time on a regular basis. The generated output is stored
in a document and returned to all subsequent requests for the scheduled
document. Data is updated each time a scheduled document is executed.
- Scripts and templates The documents that hold the HTML and database queries
that are used to generate dynamic content.
- Connections PowerDynamo uses two kinds of connections - Dynamo connections,
which are used to extract documents from a database-hosted Web site,
and User connections, which are used to extract data from a database.
Copyright © 1999 Sybase, Inc. All rights reserved.
|
|