I took a look on your site and found something which puzzles me. I'm sure you can explain it quite easily, but so far haven't been able to figure it out.
I'm looking at the "AllBets" tab and this tab is showing (right now) about 1 or 2 bets per second (per update) being added to the list of bets. However, the global bet counter above the tabbed content area, increases by about 30-40 bets per second.
Why are those bets not shown in the "AllBets" tab? Is the above global bets counter correct?
Thank you for any info you can provide.
"All Bets" is very badly named. It doesn't show all bets. It shows some bets from all players. The server streams all bets over a certain size, and a certain number of bets per second if no bets of the required size happened recently, but it doesn't stream them all. And then the client is configurable to only display some of those, based on the size of the bets, too.
But that wouldn't fit in the tab title.