I'd take it a step further and say it isn't efficent to a DB insert for
every page hit. It would be better to load the fuseaction, CFID, CFToken &
whatever else you want into an application scoped structure. Then on a daily
basis insert this structure into a DB and empty it..

Infact, I believe some people on the Fusebox mailing list are working on a
project that does precisely this.

Ben.

-----Original Message-----
From: Scott, Andrew [mailto:[EMAIL PROTECTED]]
Sent: 07 September 2000 23:59
To: '[EMAIL PROTECTED]'
Subject: RE: fusebox stats


The easiest thing to do is have a db with a table called logs, with the page
name as the ID and increment this each time this page is called before the
cflocation/cfinclude its that simple:-)


regards

Andrew Scott
ANZ eCommerce Centre
* Ph 9273 0693
* [EMAIL PROTECTED]


-----Original Message-----
From: Jason Egan [mailto:[EMAIL PROTECTED]]
Sent: 08 September 2000 07:29
To: Cf-Talk; [EMAIL PROTECTED]
Subject: fusebox stats


I think fusebox is cool, but I've gotten myself in some hot water here... I
created a nice application for a customer using fusebox.  Now, they would
like to get stat reports on it... well... because you're always going to the
same page and including the others all of the stats come back as hits
against the main index.cfm page, not the actual page that was hit.

How on earth do I track these pages individually?  How can I tell how many
people looked at the contact page, or the support page or whatever??

Thanks for any ideas...

je

----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to