Please fix this annoyingly slow forum

For everything that's not in any way related to PureBasic. General chat etc...
User avatar
NicTheQuick
Addict
Addict
Posts: 1582
Joined: Sun Jun 22, 2003 7:43 pm
Location: Germany, Saarbrücken
Contact:

Please fix this annoyingly slow forum

Post by NicTheQuick »

Hi Fred,

the whole day now the forums are very very unresponsive and I really don't like to surf it like that.

I just tested a simple curl to the main page and it took more than 20 seconds as an anonymous user to load just the index:

Code: Select all

$ time curl https://www.purebasic.fr/english/index.php > /dev/null
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 63428    0 63428    0     0   2816      0 --:--:--  0:00:22 --:--:-- 14517

real	0m22,529s
user	0m0,023s
sys	0m0,007s
Isn't there anything you can do about that? What's keeping the server so slow?
The english grammar is freeware, you can use it freely - But it's not Open Source, i.e. you can not change it or publish it in altered way.
Fred
Administrator
Administrator
Posts: 18529
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: Please fix this annoyingly slow forum

Post by Fred »

Rogue AI crawling can take down any website, nothing we can do about it. Moving to cloudflare protection can also have its own issues..
User avatar
NicTheQuick
Addict
Addict
Posts: 1582
Joined: Sun Jun 22, 2003 7:43 pm
Location: Germany, Saarbrücken
Contact:

Re: Please fix this annoyingly slow forum

Post by NicTheQuick »

Fred wrote: Wed Feb 11, 2026 9:57 am Rogue AI crawling can take down any website, nothing we can do about it. Moving to cloudflare protection can also have its own issues.
I just searched around a bit and the best solution I found was indeed the Cloudflare Protection which can block these kinds of attacks and still does not cost any money. What issues does that protection have?
The english grammar is freeware, you can use it freely - But it's not Open Source, i.e. you can not change it or publish it in altered way.
jack
Addict
Addict
Posts: 1359
Joined: Fri Apr 25, 2003 11:10 pm

Re: Please fix this annoyingly slow forum

Post by jack »

this mining of the AI bots could potentially promote PureBasic and hindering the bots could potentially have a negative impact
User avatar
NicTheQuick
Addict
Addict
Posts: 1582
Joined: Sun Jun 22, 2003 7:43 pm
Location: Germany, Saarbrücken
Contact:

Re: Please fix this annoyingly slow forum

Post by NicTheQuick »

jack wrote: Fri Feb 13, 2026 3:37 pm this mining of the AI bots could potentially promote PureBasic and hindering the bots could potentially have a negative impact
I don't think so. The good AI bots don't take down a whole website until it's nearly unusable. I don't think that Gemini, ChatGPT or Perplexity would do that. It's only the aggressive bots that need to be filtered out.
The english grammar is freeware, you can use it freely - But it's not Open Source, i.e. you can not change it or publish it in altered way.
User avatar
MicroStream
User
User
Posts: 13
Joined: Fri Oct 27, 2023 11:18 am
Location: Higashiōsaka, Japan
Contact:

Re: Please fix this annoyingly slow forum

Post by MicroStream »

I've noticed that too now, although it wasn't always like that. We can only hope that a solution to this dilemma will be found soon. :|
Faculty of Informatics - Fostering Information Technology Professionals to Meet Society's Needs
Drone
User
User
Posts: 21
Joined: Fri May 03, 2019 10:21 pm

Re: Please fix this annoyingly slow forum

Post by Drone »

Hi

Yes, it is very annoying.
Everything Should Be Made as Simple as Possible, But Not Simpler - Albert Einstein
User avatar
NicTheQuick
Addict
Addict
Posts: 1582
Joined: Sun Jun 22, 2003 7:43 pm
Location: Germany, Saarbrücken
Contact:

Re: Please fix this annoyingly slow forum

Post by NicTheQuick »

And it's not only the forums. The whole domain is slow as hell.
Yesterday I wanted to browse the documentation via browser but I had to wait around 20 seconds after each click. Or did you try to open just https://www.purebasic.com ? I takes double the time because of an additional redirect in between.
The english grammar is freeware, you can use it freely - But it's not Open Source, i.e. you can not change it or publish it in altered way.
User avatar
skywalk
Addict
Addict
Posts: 4310
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: Please fix this annoyingly slow forum

Post by skywalk »

Absolutely, PB is known to the AI bots.
The forum and domain needs some defenses like human detection and bot throttling to slow down their browsing. Also, turn off guest accounts making bots register and then log the aggressive accounts.
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
threedslider
Enthusiast
Enthusiast
Posts: 607
Joined: Sat Feb 12, 2022 7:15 pm

Re: Please fix this annoyingly slow forum

Post by threedslider »

Yes me too, it is very slow sadly :|

I think the whole domain of Purebasic + forum need to be supported by cloudflare :shock:
Olli
Addict
Addict
Posts: 1285
Joined: Wed May 27, 2020 12:26 pm

Re: Please fix this annoyingly slow forum

Post by Olli »

I am very surprised : I have absolutely no problem

Excepted I must click << I don't consent >> on every page, since three years, I have absolutely no problem, as you describe...
User avatar
skywalk
Addict
Addict
Posts: 4310
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: Please fix this annoyingly slow forum

Post by skywalk »

Olli - Are you in Fred's basement? :mrgreen:
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
User avatar
NicTheQuick
Addict
Addict
Posts: 1582
Joined: Sun Jun 22, 2003 7:43 pm
Location: Germany, Saarbrücken
Contact:

Re: Please fix this annoyingly slow forum

Post by NicTheQuick »

Olli wrote: Sun Feb 22, 2026 6:55 pm I am very surprised : I have absolutely no problem

Excepted I must click << I don't consent >> on every page, since three years, I have absolutely no problem, as you describe...
Since yesterday everything is working fast again. You're just late to the waiting party.
The english grammar is freeware, you can use it freely - But it's not Open Source, i.e. you can not change it or publish it in altered way.
Fred
Administrator
Administrator
Posts: 18529
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: Please fix this annoyingly slow forum

Post by Fred »

I put cloudflare as DNS let's see if it's better overtime
Drone
User
User
Posts: 21
Joined: Fri May 03, 2019 10:21 pm

Re: Please fix this annoyingly slow forum

Post by Drone »

Olli wrote: Sun Feb 22, 2026 6:55 pm I am very surprised : I have absolutely no problem

Excepted I must click << I don't consent >> on every page, since three years, I have absolutely no problem, as you describe...
Hi
I have problem with Firefox , could NOT log in. But when I used the Brave browser there where no problem at all .... ?

EDIT :
Got this error from Firefox : (Used Google translate)

Secure connection failed

The connection to the server was interrupted while a page was loading.

The page you are trying to access cannot be displayed because the authenticity of the transmitted data could not be verified.
Contact the site owner and inform them of the problem.
Everything Should Be Made as Simple as Possible, But Not Simpler - Albert Einstein
Post Reply