About Click Rate
#1
Posted 2012-December-25, 04:28
About several months ago,occasionally I found there are some wrong results on the Click Rate .
For example:
After I post a new topic just now, I know there are 9 plus spectators who are looking on my post, and then I have a reply at once in this thread.However,a strange thing happened,when I visited my topics again on the second day, topic list showed me only One People who had visited my topic,so I know this count of click rate must be wrong.so I wonder what had happened?
Chinese Forum
China Entertainment World Forum
#2
Posted 2012-December-25, 04:30
#3
Posted 2012-December-25, 04:49
#5
Posted 2012-December-25, 05:24
#7
Posted 2012-December-25, 07:27
But I think you're saying that it's not updated long after 3 hours.
#8
Posted 2012-December-25, 08:54
barmar, on 2012-December-25, 07:27, said:
But I think you're saying that it's not updated long after 3 hours.
Dear barmar:
Most of the threads posted on Chinese Forum and China Entertainment World Forum ,its counts of views display are very wrong,I had ever seen 20 spectators in my eyes,and after 24 hours,the numbers of views display are more less than 20! this results are nothing with updated time in reality.there are something wrongs with your BBO counter of Click Rate.
#10
Posted 2012-December-25, 12:23
lycier, on 2012-December-25, 08:54, said:
In Chinese Forum I see:
杰里·海尔姆斯解答:孰是孰非 323 Views
请大家讨论我建议的公共約定卡 712 Views
如何描述这副牌?287 Views
I only see one thread with less than 20 views:
复习超级转移叫 11 Views
This thread just started today.
Are you seeing different numbers of views for these threads?
#11
Posted 2012-December-25, 20:16
#13
Posted 2012-December-26, 09:35
Test 1: I went to the Chinese Forum and added a reply to the thread with 38 views. The view count jumped immediately to 44. (I've deleted the reply.)
Test 2: I looked at a thread in this forum. I manually ran the "Update Topic Views" task (this is the same task that is normally run automatically every 3 hours). The thread's view count increased by 1.
I looked at how this all works. There's a small chance for occasional views not to be counted. When someone views a thread, an entry is added to a "topic_views" table in the database. The "Update Topic Views" task works by counting the number of entries for each thread, and adding this to the view count of the threads. After it does this, it clears out the topic views table. Any views that take place between those two steps will be lost. But the task only takes a few seconds (and has a limit of 30 seconds), so this should not be a big problem. While there are database techniques that can be used to prevent this type of problem, I suspect the programmers decided that precise view counters are not so important that they need it; there are performance implications.
#14
Posted 2012-December-26, 20:40
And I hope it will be more and more better from now on.
#15
Posted 2012-December-29, 10:17
I'm perfectly sure it is working correctly on the BBO view count now., and I can't find any problem about it.
Thank you,and again
Best Regards
lycier
#16
Posted 2013-May-17, 12:30
http://www.bridgebas...-bbo-td-ruling/
has been around for several days, and I know I viewed it, but it says 0 views. I guess it's a bug, but I don't know what to do about it. When I looked at the code, it seemed like it should work.
#17
Posted 2013-May-17, 12:50
I've changed it to run every hour instead of every 3 hours, I hope this should allow it to keep up.