I was just wondering why the timer function is placed in the inc_header file. Shouldn't this be placed at the top of the config.asp file in order to get a true time count? I thought of this because when I first load the page and the application variables are not set, it takes longer than if they were already set (obviously). I know I can place the function where ever I want, but in order to get a true script time shouldn't we place that code in config.asp?
I think it is not very important for users to know how long it took to load the page. For a developer the load time is just an idea, it is not the exact measure of time taken to process the page request...A feature though