Loggin pages taking more than X sec using FB3. I'm having problemas using the Cfadmin feature to "log pages taking more than X seconds". That's because the log (sever.log) only logs the main page, the fusebox (a.k.a request.self or self or index.cfm).
Im my case, it shows this: D:\www\AnimaisOnline\v2\index.aol, completed in 31 seconds, exceeding the 30 second warning limit" "Warning","jrpp-189","06/07/03","13:18:46",,"Thread: jrpp-189, processing template: D:\www\AnimaisOnline\v2\index.aol, completed in 46 seconds, exceeding the 30 second warning limit" "Warning","jrpp-171","06/07/03","13:18:54",,"Thread: jrpp-171, processing template: D:\www\AnimaisOnline\v2\index.aol, completed in 65 seconds, exceeding the 30 second warning limit" "Warning","jrpp-180","06/07/03","13:19:05",,"Thread: jrpp-180, processing template: D:\www\AnimaisOnline\v2\index.aol, completed in 100 seconds, exceeding the 30 second warning limit" "Warning","jrpp-163","06/07/03","13:19:12",,"Thread: jrpp-163, processing template: See that it is saying that the file index.aol (witch is my fusebox) is taking longer than 30s. That's not usefull. Is there any way i can log the hole query string? I am using SES urls: index.aol/fuseaction/Customers.List I was thinking about doing a getTickCount on Application and OnRequestEnd and if the tickCount was greater than Z seconds, cflog it. What do you think? Thanks BP. _________________________________________________________________ Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Host with the leader in ColdFusion hosting. Voted #1 ColdFusion host by CF Developers. Offering shared and dedicated hosting options. www.cfxhosting.com/default.cfm?redirect=10481 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

