|
|
| Performance Tuning [+] Favor-It | |
| |
 |
| | Sort By:
|
Easy way to find out how long it takes your code to execute.
Give a user feedback on the bottom of a page as to how long the dataset took to be returned. Code: ASP 2.0 & VBScript |
As our JavaScript applications get larger and ever more sophisticated, the need for efficient scripting becomes increasingly important. Pick up 3 essential performance tips for JavaScript programming here. Author: George Chiang Code: |
This is a very simple and neat script that allows you to determine the time (in Milli seconds) required to execute the code in an ASP page.
Author: Lio Code: ASP 3.0 & VBScript |
|  | |
Often when you're developing script, you may want to determine
just how fast the code takes to run. To do so, take advantage of
ASP's built-in Timer function. Author: ElementK Journals Code: ASP 3.0 & VBScript |
This ElementK Journal article shows you how to disable maintaining states for performance benefits in ASP. Author: ElementK Journals Code: ASP 3.0 & VBScript |
This website describes practical methods of optimizing the performance of ASP pages which retrieve and display tabular data from a database. Comparative test results and optimized sample code are presented. Author: Shailesh Humbad Code: ASP 3.0 & VBScript |
This little snippets of code will show you how to simply retrieve the execution time in milisecond of your asp page |
|  | |
The following code illustrates the use og Getstring function in ASP,
which will speed up the display of records from the table. Most every ASP developer has had the experience of needing to display a certain database query in an HTML table. Author: jackhearts Code: ASP 3.0 & VBScript |
If you want to know how long your ASP page takes to load from your server. Here is a two lines of code, which accurately calculates the time taken for a page to load. This codes can be used to check your page generation speed. Author: TamilCodes Code: ASP 3.0 & VBScript |
Icon Key >
 - Recently Updated
 - Showcase Listing
|