Page 1 of 1

[Fixed] server very slow

Posted: March 25th, 2026, 5:56 am
by EdeKowalski
In the last days it seems that the server is very slow, it needs time to open a game (connecting...) and then you have to repeat and "refresh" nearly every move you have made...

Re: server very slow

Posted: March 25th, 2026, 6:43 am
by Logitude
Yes, I've had several reports of such problems recently. For better or worse, it seems to work fine for me. That makes it difficult to debug.

I have just now made a change that might help. Though it might require other people loading the match page again. Let me know how it seems today.

Re: server very slow

Posted: March 25th, 2026, 8:02 am
by EdeKowalski
Ok - will keep an eye on it the next hours...

Re: server very slow

Posted: March 25th, 2026, 8:51 pm
by EdeKowalski
Seems that its now better...

Re: server very slow

Posted: May 18th, 2026, 9:13 am
by wgurlwur
its slow again today

Re: server very slow

Posted: June 15th, 2026, 6:25 pm
by Logitude
I think this was mostly due to sending email directly from my server. Even though "top" wasn't showing much CPU usage, things were unresponsive. My theory is that sending emails was making blocking system calls that were waiting on network responses, not using CPU.

Now that I'm sending emails via Amazon and boto3, the server hasn't seemed to go into a state of unresponsiveness again that I've noticed.

I'll marked this as fixed.