Website's Countdown Refresh, and server load

Is there a specific reason you guys decided to have your game countdown time setup to refresh to your web server every second? That's a pretty heavy and unneeded burden on the server's resources. A simple little flash counter could do the same job and save you guys money and make the forums a lot faster.
4,778 views 2 replies
Reply #1 Top
Javascript is client-side. The only thing the counter will do that affects the server is load additional number images if they're not already cached.
Reply #2 Top
Nevermind, it seems like it's my portable Firefox that's causing the problem. Everything is nice and normal at home, but with the portable Firefox the counter at the top of the screen refreshes non-stop and makes a quick connection every second to your web server to redownload the digits. The cache is probably disabled on the portable Firefox so it needs to redownload the digits each time.