Forum has been very slow 2 days now...

Discussion of anything and everything relating to chess playing software and machines.

Moderator: Ras

syzygy
Posts: 6052
Joined: Tue Feb 28, 2012 11:56 pm

Re: Forum has been very slow 2 days now...

Post by syzygy »

scchess
Posts: 52
Joined: Mon Jan 04, 2021 4:12 pm
Full name: scchess

Re: Forum has been very slow 2 days now...

Post by scchess »

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.
User avatar
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...

Post by tapio »

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.
Modern Times
Posts: 3920
Joined: Thu Jun 07, 2012 11:02 pm

Re: Forum has been very slow 2 days now...

Post by Modern Times »

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.
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...

Post by smatovic »

Seems the robot army has now overrun chess programming wiki...
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...

Post by smatovic »

smatovic wrote: Mon Jul 27, 2026 11:54 am Seems the robot army has now overrun chess programming wiki...
429 Too Many Requests
nginx
--
Srdja
From the start page:
Currently it is again looking for a new hosting solution.
--
Srdja
User avatar
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...

Post by Rebel »

smatovic wrote: Tue Jul 28, 2026 9:44 am
smatovic wrote: Mon Jul 27, 2026 11:54 am Seems the robot army has now overrun chess programming wiki...
429 Too Many Requests
nginx
--
Srdja
From the start page:
Currently it is again looking for a new hosting solution.
--
Srdja
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...

Post by smatovic »

Rebel wrote: Tue Jul 28, 2026 11:20 am
smatovic wrote: Tue Jul 28, 2026 9:44 am
smatovic wrote: Mon Jul 27, 2026 11:54 am Seems the robot army has now overrun chess programming wiki...
429 Too Many Requests
nginx
--
Srdja
From the start page:
Currently it is again looking for a new hosting solution.
--
Srdja
Makes me wonder, is there not forum software that not has this problem and can import our database ?
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...

Post by smatovic »

smatovic wrote: Tue Jul 28, 2026 12:03 pm
Rebel wrote: Tue Jul 28, 2026 11:20 am
smatovic wrote: Tue Jul 28, 2026 9:44 am
smatovic wrote: Mon Jul 27, 2026 11:54 am Seems the robot army has now overrun chess programming wiki...
429 Too Many Requests
nginx
--
Srdja
From the start page:
Currently it is again looking for a new hosting solution.
--
Srdja
Makes me wonder, is there not forum software that not has this problem and can import our database ?
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
...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.

--
Srdja
User avatar
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...

Post by Rebel »

smatovic wrote: Tue Jul 28, 2026 12:03 pm
Rebel wrote: Tue Jul 28, 2026 11:20 am
smatovic wrote: Tue Jul 28, 2026 9:44 am
smatovic wrote: Mon Jul 27, 2026 11:54 am Seems the robot army has now overrun chess programming wiki...
429 Too Many Requests
nginx
--
Srdja
From the start page:
Currently it is again looking for a new hosting solution.
--
Srdja
Makes me wonder, is there not forum software that not has this problem and can import our database ?
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
If Cloudflare is what we need, we should do it.

***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
Anything that helps.
...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.
Thanks for your help.

Do you sill have access and willing to implement 4. ?
90% of coding is debugging, the other 10% is writing bugs.