Monday, October 15, 2007

Application.cfm Info

(Yes I usually work in a UNIX environment with its damned case sensitivity ;) )

Yea, so beyond that I saw a question about how Coldfusion processes Application.cfm pages and thought I would put a link to the live doc note about it from Adobe.

HERE it is

Something else that is worth noting for those of us who get to work in really state of the art environments where we are fighting for every millisecond of processing time; It really pays to have an Application.cfm page in every application even if it is blank because CF takes its sweet time looking up the directory tree.

At the same time every folder should have a OnRequestEnd.cfm page even if its blank. I've seen a 10 ms difference without it. See the live doc here.

No comments: