ksnake wrote:
I have noticed that I am frequently not red-colored in the "Most active Users" list.
We decided to speed up the Play page caching the Most Active Users list. Creating that list was really resurce demanding, and that was a problem since the tournments were increasing trafic a lot.
Now the site generates that list only one time per minute. The first user refreshing the Play page after a minute, calls the list creation routine. After that, the created list is saved and every one asking for the page containing that list during the following minute, see the previously created list.
For the site this was a great improvement. The Play page creation is several time faster now and, since we made it, the site was able to serve a lot more pages per minute.
Obviously there is an hidden bug in every code change. 
The easiest thing to do now, is avoiding to color the active player in that list. It will be done asap. 
Thanks & bye Fourth |