Just a tip:
if you want your statement "We dont claim to be faster, we claim to be the fastest out of anyone" to be atleast close to achievable , then dont use AJAX request spamming for updates.. Due to its larger data overhead, it will lag the client sooner or later. And spamming a get and post request just to get updates is a thing of the past.. Try using websockets, or SSE, they are much suitable for dice sites that polls for updates every second.