Counting visits and more in a mysql, any better practice or third party software?

432 Views Asked by At

Let's assume i have a website like quora where i want to count how many visitors saw a particular page/question...("This question was visited 345 times")

i know i could create a column where i store a value that increases every user visits it. But what about using some external service...that maybe can more robust and reliable (filtering unique/pageviews etc..)

any suggestion?

(what about Google Analytics API?)

thanks!

3

There are 3 best solutions below

3
On BEST ANSWER

Google analytics? Or any of the other analytics packages will give you lots of info. Or you could run your own and put it on a memcached layer to make it super fast.

2
On
0
On

The best way is to do it manually. There are some ways to do it...

If you dont want try http://www.tinycounter.com/create.php kai for each url add one registration with the some email... Though this is not efficient for many pages!