This tutorial educates you about how to time the execution speed of various ASP applications parts to the millisecond using the profiling component. Describes the functionalities of two in-built methods ProfileStart() and ProfileStop() to execute thi
Increasing the Execution Speed of Your ASP Programs is an ASP tutorial which specifically concentrates on increasing the speed of the execution process for increasing the performance of the ASP application. Here author describes about various methods
IISTracer helps to know request, incomming /outgoing bytes, http headers and request execution times of any IIS server it is installed. It monitors state of running scripts, applications and big downloads. This tool can monitor web-site uptime and re
ProjTimer is an application in Java that can determine the time consumed to finish various projects / tasks. This is a very small application and very simple to use. No need of manually entering the times as the timing is done automatically, you are
Execution speed of ASP pages in milliseconds is a web based FAQ article which deals with calculating the execution time of the ASP application. The author clearly explains the procedure with sample working code which can be used by the users on their
This article presents an entire class that can be used to time your script's execution. It explains the microtime() function and how to use it in your programs.
OnStartPage is an article through which programmers can learn about OnStartPage method which helps in retrieving the components that are called by the request before execution of the scripts in the ASP pages. This method uses the scripting context in
Protect your existing scripts by checking the locations of the referring page with the form that is calling your scripts. If the forms are not located on your domain, the execution of the scripts will be terminated. Plugs in to virtually any existi
Programmers in ASP can acquire the solutions to implement the scheduled tasks in ASP through this tutorial. The author says that it is pretty possible to schedule ASP code execution using ASP Application Object's event procedures. And from the progra
Speed up download/pageload times by compressing content before sending. All content types are compressed, and since compression takes place after other server-side processing, even PHP and ASP scripts can be cached. On average, file sizes are reduced |