Ok, so, this afternoon I will be doing some coding to bring back the stats page.
|
When it gets hammered like two nights ago, it just causes an unacceptable load on the database.
I'm not 100% sure the best way to fix it, but I have some ideas I'm tossing around.
One of the more drastic ones is to take the username/password out of post boxes and make an actual ST login page that you'd have to use before you posted (but it would save your logged-in state for a month at a time, if you told it to, under ideal conditions). This would allow me to hide some stuff behind protected authentication.
For now, though, I think I will just tighten up the complex queries that can bog things down.
|
Responses:
|