RE: [ACFUG Discuss] Error with Java Object

2010-01-21 Thread Charlie Arehart
Just a couple more thoughts: if you really are just interested in the time of execution for the *complete* request, then besides adding logging in your application.cfc (as Cam helpfully suggested), note as well that info maybe available in your web server logs. I know it's an option you can enable

Re: [ACFUG Discuss] Error with Java Object

2010-01-21 Thread Cameron Childress
On Thu, Jan 21, 2010 at 6:30 AM, Rudi Shumpert wrote: > I had put in place the solution I was working on, but I had planned this am > to change that to put in the getTickCount method, instead of trying to get > the information out of the java object. If that's all you are looking for I'd look int

Re: [ACFUG Discuss] Error with Java Object

2010-01-21 Thread Rudi Shumpert
I want to get a rough idea of the time it takes each page to load, and capture that so I can pass the value into our web analytics solution on each page call. We are about to start cleaning up some old code / cfc's and other sins of the past and I would like to see how much of an impact this proce