Hits Today: 3 Total: 9160 | Updated: 9/18/2000 | |
 | Concerned about the performance of your ASP pages? This simple tutorial will show you what you can do to take away your concerns. Author: 4GuysFromRolla Code: ASP 2.0 & VBScript |
Hits Today: 1 Total: 5911 | Updated: 6/28/2003 | |
 | I cannot stress (excuse the pun) how important this exercise really is!! Since the advent of web applications development, with never ending client requirements and project deadlines due yesterday, Stress Testing was often overlooked. Author: Dev Noronha Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 8363 | Updated: 2/9/2002 | |
 | This is an article on techniques to speed up populating Comboboxes and Listboxes in Active Server Pages from any data source (SQL Server is used in the examples) using ADO and database specific SQL. Author: Leo Mrozek Code: ASP 3.0 & VBScript | |  | |
Hits Today: 2 Total: 5523 | Updated: 6/4/2000 | |
 | Performance tuning depends on a lot of parameters and sometimes, by changing a single parameter, performance can increase drastically. This article shows you how to get the most out of your ASP application. Author: Srinivasa Sivakumar Code: ASP 2.0 & VBScript |
Hits Today: 1 Total: 3722 | Updated: 6/18/2003 | |
 | This information allows you to write ASP pages that are more versatile; they'll work both online and offline. Author: Dino Esposito Code: ASP 3.0 & VBScript |
Hits Today: 2 Total: 4626 | Updated: 2/28/2001 | |
 | This FAQ describes how you use Option Explicit and why you should use it as much as you possibly can. Author: 4GuysFromRolla Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 5280 | Updated: 2/22/2001 | |
 | This article shows you how use the SQL Server 7 Web Assistant to speed up your ASP pages! If your database contains info that doesn't change extremely often, this approach provides better performance than continually hitting to display table information. Author: Venkatraman Ambethkar Code: ASP 3.0 & VBScript | |  | |
Hits Today: 1 Total: 3352 | Updated: 3/8/2002 | |
 | Concatenating is not very efficient in VBS, especially when a large number of small string are concatenated. Here is how to speed it up.
Author: unknown Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 3540 | Updated: 11/8/2002 | |
 | This will disable sessions for your ASP page. If you do not need Sessions disabling them will improve performance.
Author: FreddyT Code: ASP 3.0 & VBScript |
|