|
This article describes how to speed up your ASP pages by caching info in the Application object! If your Web sites uses info that is updated only rarely then you can dramatically speed up your ASP pages by caching that data in Application scope!
Author: Andrew Jennings Code: ASP 2.0 & VBScript |
| |
Overall Rating:
 User Rated
| |
Paging  Written by Anonymous User (#1505-72) from USA (Tuesday, July 26, 2005)
 |
Strengths: no comment Weaknesses: no comment Details: U can use paging instead of loading all thousands of data on the same page. It will speed up asp page and no need to worry about memory. Review Based On: 100 Month(s) of usage |
| |
|