Logging Page Execution Time in ASP: Part 2
By: Danilo Celic on Monday, June 13, 2005
Reader Level: 
While using a flat file for logging page execution times can be useful, it's a little harder to readily get the results out of it. That's why some folks prefer to store the results into a database so that they can use the aggregating abilities that is built into SQL. This part of the article will cover inserting the data into a database and creating a reporting page that will show which page(s) are running long. If you haven't already, make sure to read the first part of this article: Logging Page Execution Time in ASP: Part 1.
Purchase this item
You can purchase this piece of content separately for
$3.00
Want more?
Community MX members get unlimited access to daily articles,
tutorials, extensions and support. The most comprehensive
resource for Macromedia designers and developers today.
Take a tour of what we offer, and discover the benefits
of subscribing.
Already a member?
Simply log in using the form in the top right area of the site.



