I don't know if this can help:
https://www.fsf.org/blogs/community/blo ... h-reaction
Forum has been very slow 2 days now...
Moderator: Ras
-
syzygy
- Posts: 6052
- Joined: Tue Feb 28, 2012 11:56 pm
-
scchess
- Posts: 52
- Joined: Mon Jan 04, 2021 4:12 pm
- Full name: scchess
Re: Forum has been very slow 2 days now...
It's too slow... I just can't use this site. I have some spare time now, is there anything I can help the devop team to optimise it? I'd volunteer my time rather than waiting in the spinning loop forever.
-
tapio
- Posts: 146
- Joined: Thu May 30, 2024 10:33 am
- Full name: Adsche Tönnsen
Re: Forum has been very slow 2 days now...
The whole TC experience over a longer timespan is either waiting 5-15 seconds for a result, or a http error, something about "not allowed to access this resource", the latter happens in like 10 percent.
Sending this comment took 15 seconds.
Sending this comment took 15 seconds.
-
Modern Times
- Posts: 3920
- Joined: Thu Jun 07, 2012 11:02 pm
Re: Forum has been very slow 2 days now...
Little doubt that when Your Move Chess & Games were offered a decent sum of money to let this website go to new custodians they were happy to see it go.
I agree that it requires a lot of patience these days with the abysmal speed.
I agree that it requires a lot of patience these days with the abysmal speed.
-
smatovic
- Posts: 3844
- Joined: Wed Mar 10, 2010 10:18 pm
- Location: Hamburg, Germany
- Full name: Srdja Matovic
Re: Forum has been very slow 2 days now...
Seems the robot army has now overrun chess programming wiki...
Srdja
--429 Too Many Requests
nginx
Srdja
-
smatovic
- Posts: 3844
- Joined: Wed Mar 10, 2010 10:18 pm
- Location: Hamburg, Germany
- Full name: Srdja Matovic
Re: Forum has been very slow 2 days now...
From the start page:
--Currently it is again looking for a new hosting solution.
Srdja
-
Rebel
- Posts: 7604
- Joined: Thu Aug 18, 2011 12:04 pm
- Full name: Ed Schröder
Re: Forum has been very slow 2 days now...
Makes me wonder, is there not forum software that not has this problem and can import our database ?
90% of coding is debugging, the other 10% is writing bugs.
-
smatovic
- Posts: 3844
- Joined: Wed Mar 10, 2010 10:18 pm
- Location: Hamburg, Germany
- Full name: Srdja Matovic
Re: Forum has been very slow 2 days now...
The problem is not the forum software, it is too many requests (robots) for the little server.
Options:
1. harden the Linux firewall further
2. upgrade the hardware to be able to handle more load
3. use a CDN, content delivery network, like Cloudflare to block bot traffic
A switch to another forum software won't help.
***edit***
4. a quick and simple solution with some side effects would be to put all forum content into "private", viewable only after login of a user
--
Srdja
-
smatovic
- Posts: 3844
- Joined: Wed Mar 10, 2010 10:18 pm
- Location: Hamburg, Germany
- Full name: Srdja Matovic
Re: Forum has been very slow 2 days now...
...as with the last time, someone needs to take a look into log files and monitoring tools first to figure out what is going, what causes the high load.smatovic wrote: ↑Tue Jul 28, 2026 12:03 pmThe problem is not the forum software, it is too many requests (robots) for the little server.
Options:
1. harden the Linux firewall further
2. upgrade the hardware to be able to handle more load
3. use a CDN, content delivery network, like Cloudflare to block bot traffic
A switch to another forum software won't help.
***edit***
4. a quick and simple solution with some side effects would be to put all forum content into "private", viewable only after login of a user
--
Srdja
--
Srdja
-
Rebel
- Posts: 7604
- Joined: Thu Aug 18, 2011 12:04 pm
- Full name: Ed Schröder
Re: Forum has been very slow 2 days now...
If Cloudflare is what we need, we should do it.smatovic wrote: ↑Tue Jul 28, 2026 12:03 pmThe problem is not the forum software, it is too many requests (robots) for the little server.
Options:
1. harden the Linux firewall further
2. upgrade the hardware to be able to handle more load
3. use a CDN, content delivery network, like Cloudflare to block bot traffic
Anything that helps.***edit***
4. a quick and simple solution with some side effects would be to put all forum content into "private", viewable only after login of a user
Thanks for your help....as with the last time, someone needs to take a look into log files and monitoring tools first to figure out what is going, what causes the high load.
Do you sill have access and willing to implement 4. ?
90% of coding is debugging, the other 10% is writing bugs.