Forum Moderators: coopster

Message Too Old, No Replies

input on the most efficient php counter?

         

blaketar

11:12 pm on Mar 12, 2008 (gmt 0)

10+ Year Member



I am looking for some input on what others think would be the most efficient route for a unique page counter, files or DB?

One thought was utilizing JavaScript to make a remote call to a php script which updates a unique file, then returns the new COUNTER STAT NUMBER for display. This way search spiders, non-javascript browsers,etc. don’t increment the counter number. Another advantage to this would be the page can load without any lag time (I think) from the javascript making the remote call?

I believe ebay's listings work in a similar fashion.

Any other suggestions?

cameraman

12:22 am on Mar 13, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I usually lean toward db solutions but for this a file would probably be faster.
The javascript is a good thought.