Slow forum access times....anyone but me?

Ideas and discussion


User avatar
Wiz57
Moderator
Posts: 785
Joined: Fri Dec 13, 2019 3:54 pm
Location: Chickasha, OK USA
Has thanked: 104 times
Been thanked: 188 times

Re: Slow forum access times....anyone but me?

Post by Wiz57 »

@rockedge
I still see occasional slowdowns and "too many requests", I'm also still seeing Rise IP Addresses in the "Guests"...
the IP Addresses start with 152.53.XXX.XXX, where the 3rd and 4th sets are various for IPV4 addressing.
Can we block them?

Signature available upon request

User avatar
N97
Posts: 128
Joined: Tue Dec 10, 2024 3:27 am
Has thanked: 6 times
Been thanked: 24 times

Re: Slow forum access times....anyone but me?

Post by N97 »

The IP listed as 152.53.x.y belongs to ANEXIA.COM. Specifically, the AUSTRIA location. The link will also show 3 other nodes... 2 in USA on E. Coast. One in NY, and one local to Wash. DC.

From Netscape to AI scrape. We're running short of bandages.

keniv
Posts: 694
Joined: Mon Jul 13, 2020 2:18 pm
Location: Scotland
Has thanked: 124 times
Been thanked: 72 times

Re: Slow forum access times....anyone but me?

Post by keniv »

Just got the "To many requests" notice for the first time just now here in the UK. Every page takes 30 secs or more to open making the forum difficult to use. Thought it worth reporting again. Will try again later.

Ken.

keniv
Posts: 694
Joined: Mon Jul 13, 2020 2:18 pm
Location: Scotland
Has thanked: 124 times
Been thanked: 72 times

Re: Slow forum access times....anyone but me?

Post by keniv »

Forum still a little slow for me this morning but not as bad as it was last night. No "To many requests" message now.

Ken.

User avatar
mikewalsh
Moderator
Posts: 6518
Joined: Tue Dec 03, 2019 1:40 pm
Location: King's Lynn, UK
Has thanked: 993 times
Been thanked: 2170 times

Re: Slow forum access times....anyone but me?

Post by mikewalsh »

Once again, back to "429 : Too many requests" and 30+ second access times. Getting annoying.

Mike. :(

hikohan
Posts: 48
Joined: Wed Mar 13, 2024 12:08 am
Has thanked: 8 times
Been thanked: 13 times

Re: Slow forum access times....anyone but me?

Post by hikohan »

Suggest limit max connections per IP, monitor user connection, site bandwidth * system performance if under `DDoS` crawler attack.

Same issue attached.

Attachments
Screenshot.png
Screenshot.png (27.22 KiB) Viewed 1606 times
User avatar
rockedge
Site Admin
Posts: 7022
Joined: Mon Dec 02, 2019 1:38 am
Location: Connecticut,U.S.A.
Has thanked: 3149 times
Been thanked: 2934 times
Contact:

Re: Slow forum access times....anyone but me?

Post by rockedge »

Suggest limit max connections per IP, monitor user connection, site bandwidth * system performance if under `DDoS` crawler attack

All being done and monitored.

This is the top offender:

Robots/Spiders

Hits

Bandwidth

Last visit

Robots/Spiders

Unknown robot identified by bot\*

Hits

3,270,193+3857

Bandwidth

61.26 GB

Last visit

25 Feb 2025 - 05:03

Robots/Spiders

crawl

Hits

807,694+52

Bandwidth

76.83 GB

Last visit

25 Feb 2025 - 05:00

User avatar
bigpup
Moderator
Posts: 7512
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 1021 times
Been thanked: 1682 times

Re: Slow forum access times....anyone but me?

Post by bigpup »

At this time of slowness.

Noticed these are accessing: Bing [Bot], DuckDuckGo [Bot], Google [Bot]

The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

d-pupp
Posts: 426
Joined: Tue Nov 22, 2022 9:11 pm
Location: Canada
Has thanked: 245 times
Been thanked: 82 times

Re: Slow forum access times....anyone but me?

Post by d-pupp »

It's 2:35 Eastern time. A few minutes ago I couldn't access the site at all. When I did get in after 4 attempts it was very slow and then I go booted out.
Seems like some kinda denial of service attack??

User avatar
rockedge
Site Admin
Posts: 7022
Joined: Mon Dec 02, 2019 1:38 am
Location: Connecticut,U.S.A.
Has thanked: 3149 times
Been thanked: 2934 times
Contact:

Re: Slow forum access times....anyone but me?

Post by rockedge »

I flushed all the registered user current logins and cleared the cache. Fixed it a bit by throwing off the bots that can access by robot bot logins :geek:

So if one might have been logged off after the actions.

User avatar
Wiz57
Moderator
Posts: 785
Joined: Fri Dec 13, 2019 3:54 pm
Location: Chickasha, OK USA
Has thanked: 104 times
Been thanked: 188 times

Re: Slow forum access times....anyone but me?

Post by Wiz57 »

bigpup wrote: Tue Feb 25, 2025 4:37 pm

At this time of slowness.

Noticed these are accessing: Bing [Bot], DuckDuckGo [Bot], Google [Bot]

Those are almost always on, as they update their search cache. IF you really want to see who the culprits really are,
Click the link "WHO IS ONLINE" close to the bottom of the Forum index page...it will show everyone currently on the
forum, unless they choose to be "hidden"...now for the fun part, click on "Display guests"...ah hah! Look at all the guests!
Notice the IP Addresses...many will have the same first two sets of 3 IPV4 numbers, but different last two. Choose a few
of those, and click on"Whois" to the right of their IP Address. This gives you the responsible party for those IP Addresses,
which is why I wondered if we could block those type of "Guests" via robots.txt, just block entire blocks of IP Addresses
especially from RIPE! RIPE seems to be the worst offender.

Signature available upon request

hikohan
Posts: 48
Joined: Wed Mar 13, 2024 12:08 am
Has thanked: 8 times
Been thanked: 13 times

Re: Slow forum access times....anyone but me?

Post by hikohan »

If web server based on Apache, add user agent block

Code: Select all

### proxy attack
RewriteCond %{HTTP_USER_AGENT} ^(-|Abcd|AdsTxt|ApiTool|Baiduspider|bidswitchbot|coccocbot|Go|Hikvision|Mozila|Mozlila) [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^(Netcraft|node|NoIr|OpenVAS|PycURL|python|scalaj|TprAds|ZmEu) [NC]
RewriteRule .* - [F,L]

And work with fail2ban monitor access_log/error_log may prevent crawler and DDoS attacks. :thumbup:

rockedge wrote: Tue Feb 25, 2025 1:24 pm

Suggest limit max connections per IP, monitor user connection, site bandwidth * system performance if under `DDoS` crawler attack

All being done and monitored.

User avatar
rockedge
Site Admin
Posts: 7022
Joined: Mon Dec 02, 2019 1:38 am
Location: Connecticut,U.S.A.
Has thanked: 3149 times
Been thanked: 2934 times
Contact:

Re: Slow forum access times....anyone but me?

Post by rockedge »

Seems a a known IP group from Hong Kong is causing us a slow down. I have added to the deny list in the .htaccess file

backi
Posts: 617
Joined: Thu Jul 23, 2020 2:28 pm
Has thanked: 93 times
Been thanked: 72 times

Re: Slow forum access times....anyone but me?

Post by backi »

Slow again for me here in Germany ........just want to report!

User avatar
pp4mnklinux
Posts: 1314
Joined: Wed Aug 19, 2020 5:43 pm
Has thanked: 684 times
Been thanked: 330 times

Re: Slow forum access times....anyone but me?

Post by pp4mnklinux »

Attachments
error.jpg
error.jpg (82.99 KiB) Viewed 1243 times
User avatar
fredx181
Posts: 3385
Joined: Tue Dec 03, 2019 1:49 pm
Location: holland
Has thanked: 437 times
Been thanked: 1484 times
Contact:

Re: Slow forum access times....anyone but me?

Post by fredx181 »

@rockedge
Sure there are problems slowing down the forum access from time to time, but for your sake of of being not to much stressed about it, I'd like to say that, in general, most of the time it's ok from what I experienced.
I think we have to learn just to have some patience sometimes which is a good thing these days IMO (probably some of us are spoiled too much by getting used to the instant access of web pages :?: )

User avatar
IdfbAn
Posts: 52
Joined: Mon Feb 26, 2024 8:36 am
Has thanked: 1 time
Been thanked: 18 times

Re: Slow forum access times....anyone but me?

Post by IdfbAn »

Now it's really slow for me, too!

User avatar
mikewalsh
Moderator
Posts: 6518
Joined: Tue Dec 03, 2019 1:40 pm
Location: King's Lynn, UK
Has thanked: 993 times
Been thanked: 2170 times

Re: Slow forum access times....anyone but me?

Post by mikewalsh »

@fredx181

Doing a "Who is online" check a few minutes ago, there appear to be around 140 users, all from the same IP domain, and all apparently reading or looking through every section of the forum simultaneously!

"Who is" then resolves these all to the Amsterdam area. Not necessarily suspicious.....but definitely highly coincidental. Any thoughts, Fred? No accusations - don't think that! - but these all seem to be from your neck of the woods. What d'ya reckon?

Mike. :?

User avatar
fredx181
Posts: 3385
Joined: Tue Dec 03, 2019 1:49 pm
Location: holland
Has thanked: 437 times
Been thanked: 1484 times
Contact:

Re: Slow forum access times....anyone but me?

Post by fredx181 »

mikewalsh wrote: Thu Feb 27, 2025 3:05 pm

Doing a "Who is online" check a few minutes ago, there appear to be around 140 users, all from the Amsterdam area, and all apparently reading or looking through every section of the forum simultaneously!

Not necessarily suspicious.....but definitely highly coincidental. Any thoughts, @fredx181?

Mike. :?

No thoughts I have about that, yes I'm from the Amsterdam area but as far as I know I'm not guilty of doing anything weird :D

User avatar
mikewalsh
Moderator
Posts: 6518
Joined: Tue Dec 03, 2019 1:40 pm
Location: King's Lynn, UK
Has thanked: 993 times
Been thanked: 2170 times

Re: Slow forum access times....anyone but me?

Post by mikewalsh »

@fredx181 :-

The only thing I can think of - I've no idea if it's possible (probably is) - is that somebody's "piggy-backing" onto the IP of a forum regular..? God above knows why, but folks do some weird shit these days, and all for reasons best known to themselves.

We can only hope that they eventually get tired of their little game, and bugger off to harass somebody else! :roll:

EDIT:-

Whoah! First time I've seen a "Too many requests" IMMEDIATELY followed by a "404 : Not found" error... WTF?!??

Mike. :|

User avatar
pp4mnklinux
Posts: 1314
Joined: Wed Aug 19, 2020 5:43 pm
Has thanked: 684 times
Been thanked: 330 times

Re: Slow forum access times....anyone but me?

Post by pp4mnklinux »

fredx181 wrote: Thu Feb 27, 2025 2:37 pm

@rockedge
Sure there are problems slowing down the forum access from time to time, but for your sake of of being not to much stressed about it, I'd like to say that, in general, most of the time it's ok from what I experienced.
I think we have to learn just to have some patience sometimes which is a good thing these days IMO (probably some of us are spoiled too much by getting used to the instant access of web pages :?: )

Different oppinion here:

@rockedge, I think puppylinux must be very stressed about it.
PuppyLinux is not a top distribution with many followers or users. It is hard to attract new users, and if, when they do arrive, they land on a page that takes too long to load, they will simply forget about their interest in the distro.

A SEO can spend hundreds of hours attracting new users to their business, they may have many clients, and provide great service... but people soon forget all of this.

As of today, I’m the first one to admit, when a page takes more than 3 seconds to load, I simply close it and move on to something else.

It is my oppinion, of course, so consider it as it.

HAVE A NICE DAY.

Attachments
error.jpg
error.jpg (83.01 KiB) Viewed 1184 times
gtmetrix.jpg
gtmetrix.jpg (86.94 KiB) Viewed 1184 times
Last edited by pp4mnklinux on Thu Feb 27, 2025 4:11 pm, edited 1 time in total.
User avatar
IdfbAn
Posts: 52
Joined: Mon Feb 26, 2024 8:36 am
Has thanked: 1 time
Been thanked: 18 times

Re: Slow forum access times....anyone but me?

Post by IdfbAn »

pp4mnklinux wrote: Thu Feb 27, 2025 3:46 pm

As of today, I’m the first one to admit, when a page takes more than 3 seconds to load, I simply close it and move on to something else.

Yep. I guess we've all just been spoiled by broadband and fiber, but at the same time, I think it's best we leave those dial-up speeds well into the past. Let's not bring back that hell, please.

User avatar
fredx181
Posts: 3385
Joined: Tue Dec 03, 2019 1:49 pm
Location: holland
Has thanked: 437 times
Been thanked: 1484 times
Contact:

Re: Slow forum access times....anyone but me?

Post by fredx181 »

pp4mnklinux wrote: Thu Feb 27, 2025 3:46 pm
fredx181 wrote: Thu Feb 27, 2025 2:37 pm

@rockedge
Sure there are problems slowing down the forum access from time to time, but for your sake of of being not to much stressed about it, I'd like to say that, in general, most of the time it's ok from what I experienced.
I think we have to learn just to have some patience sometimes which is a good thing these days IMO (probably some of us are spoiled too much by getting used to the instant access of web pages :?: )

Different oppinion here:
...
.... when a page takes more than 3 seconds to load, I simply close it and move on to something else
...

C'mon, you don't want to wait a little more than 3 seconds ??!! That's exaggerated !

User avatar
pp4mnklinux
Posts: 1314
Joined: Wed Aug 19, 2020 5:43 pm
Has thanked: 684 times
Been thanked: 330 times

Re: Slow forum access times....anyone but me?

Post by pp4mnklinux »

fredx181 wrote: Thu Feb 27, 2025 4:01 pm
pp4mnklinux wrote: Thu Feb 27, 2025 3:46 pm
fredx181 wrote: Thu Feb 27, 2025 2:37 pm

@rockedge
Sure there are problems slowing down the forum access from time to time, but for your sake of of being not to much stressed about it, I'd like to say that, in general, most of the time it's ok from what I experienced.
I think we have to learn just to have some patience sometimes which is a good thing these days IMO (probably some of us are spoiled too much by getting used to the instant access of web pages :?: )

Different oppinion here:
...
.... when a page takes more than 3 seconds to load, I simply close it and move on to something else
...

C'mon, you don't want to wait a little more than 3 seconds ??!! That's exaggerated !

EXAGGERATED??? don't think so, ;)

https://red-website-design.co.uk/why-yo ... 3-seconds/

Attachments
why.jpg
why.jpg (51.18 KiB) Viewed 1179 times
User avatar
fredx181
Posts: 3385
Joined: Tue Dec 03, 2019 1:49 pm
Location: holland
Has thanked: 437 times
Been thanked: 1484 times
Contact:

Re: Slow forum access times....anyone but me?

Post by fredx181 »

pp4mnklinux wrote: Thu Feb 27, 2025 4:16 pm
fredx181 wrote: Thu Feb 27, 2025 4:01 pm
pp4mnklinux wrote: Thu Feb 27, 2025 3:46 pm

Different oppinion here:
...
.... when a page takes more than 3 seconds to load, I simply close it and move on to something else
...

C'mon, you don't want to wait a little more than 3 seconds ??!! That's exaggerated !

EXAGGERATED??? don't think so, ;)

Okay, fine, for you it isn't, but just my point of view, that's what I meant saying earlier that people got spoiled by the extreme fast internet access these days, think of 5G ...

EDIT: But this is bad of course, as @mikewalsh wrote:

EDIT:-

Whoah! First time I've seen a "Too many requests" IMMEDIATELY followed by a "404 : Not found" error... WTF?!??

User avatar
rockedge
Site Admin
Posts: 7022
Joined: Mon Dec 02, 2019 1:38 am
Location: Connecticut,U.S.A.
Has thanked: 3149 times
Been thanked: 2934 times
Contact:

Re: Slow forum access times....anyone but me?

Post by rockedge »

I am doing what is possible including hounding the tech staff at the host provider. This is a shared server and not VPS so no direct control of iptables.

There are several different protections in operation and I have denied any access to a range of IP's but not helping much right now.

I do have a trick that would take the forum off line and only provide one single error page of emptiness that will break the cycle. But that's a most unfavorable tactic for us as it is blocking us all from interacting with the forum.

Looking at all the pathways right now......

User avatar
mikewalsh
Moderator
Posts: 6518
Joined: Tue Dec 03, 2019 1:40 pm
Location: King's Lynn, UK
Has thanked: 993 times
Been thanked: 2170 times

Re: Slow forum access times....anyone but me?

Post by mikewalsh »

rockedge wrote: Thu Feb 27, 2025 5:16 pm

I am doing what is possible...

We're 100% certain you're doing whatever you can, Erik.....and it is, as always, very much appreciated. Never think otherwise.

rockedge wrote: Thu Feb 27, 2025 5:16 pm

I do have a trick that would take the forum off line and only provide one single error page of emptiness that will break the cycle. But that's a most unfavorable tactic for us as it is blocking us all from interacting with the forum.

Ouch. Sounds drastic....but perhaps "drastic" is called for..? NO idea. :shock: :?

Let's hope it doesn't come to that...

Mike. :|

User avatar
Chelsea80
Posts: 389
Joined: Tue Mar 09, 2021 12:44 am
Has thanked: 48 times
Been thanked: 84 times

Re: Slow forum access times....anyone but me?

Post by Chelsea80 »

@rockedge

The only thing I am experiencing is an extremely slow speed -

No 'too many requests' - No '404' - No 'not found'.

I do have a trick that would take the forum off line and only provide one single error page of emptiness that will break the cycle. But that's a most unfavorable tactic for us as it is blocking us all from interacting with the forum.

Wouldn't it be worth that short inconvenience for a short time instead of this very annoying long time ?

Chelsea80

1. BionicPup32+28 19.03 - Linux 4.9.163 - lxpup - 32-pae [i686] - (UPup Bionic Beaver)
....Frugal Install - Internal HDD - Gateway MX8716b - HDD 120GB - RAM 2GB

2. Friendly-Bionic32 v1.1
....USB Stick 2GB

User avatar
Jasper
Posts: 1821
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 895 times
Been thanked: 384 times

Re: Slow forum access times....anyone but me?

Post by Jasper »

Image

User avatar
Wiz57
Moderator
Posts: 785
Joined: Fri Dec 13, 2019 3:54 pm
Location: Chickasha, OK USA
Has thanked: 104 times
Been thanked: 188 times

Re: Slow forum access times....anyone but me?

Post by Wiz57 »

Add anything registered to RIPE to the htaccess deny list...I'll start by pasting in whois info on IP Addresses/ranges, @rockedge
can take it from there.
NetRange: 152.53.0.0 - 152.53.255.255
CIDR: 152.53.0.0/16
NetName: RIPE
NetHandle: NET-152-53-0-0-1
Parent: NET152 (NET-152-0-0-0-0)
NetType: Early Registrations, Transferred to RIPE NCC
OriginAS:
Organization: RIPE Network Coordination Centre (RIPE)
RegDate: 2023-02-14
Updated: 2025-02-10
Comment: These addresses have been further assigned to users in the RIPE NCC region. Please note that the organization and point of contact details listed below are those of the RIPE NCC not the current address holder. ** You can find user contact information for the current address holder in the RIPE
database at http://www.ripe.net/whois.
Ref: https://rdap.arin.net/registry/ip/152.53.0.0
______________________________________________________________________________
NetRange: 188.0.0.0 - 188.255.255.255
CIDR: 188.0.0.0/8
NetName: 188-RIPE
NetHandle: NET-188-0-0-0-1
Parent: ()
NetType: Allocated to RIPE NCC
OriginAS:
Organization: RIPE Network Coordination Centre (RIPE)
RegDate:
Updated: 2025-02-10
Comment: These addresses have been further assigned to users in the RIPE NCC region. Please note that the organization and point of contact details listed below are those of the RIPE NCC not the current address holder. ** You can find user contact information for the current address holder in the RIPE database at http://www.ripe.net/whois.
Ref: https://rdap.arin.net/registry/ip/188.0.0.0

ResourceLink: https://apps.db.ripe.net/db-web-ui/query
ResourceLink: whois.ripe.net
___________________________________________________________________________________

NetRange: 57.0.0.0 - 57.255.255.255
CIDR: 57.0.0.0/8
NetName: RIPE-ERX-57
NetHandle: NET-57-0-0-0-1
Parent: ()
NetType: Early Registrations, Maintained by RIPE NCC
OriginAS:
Organization: RIPE Network Coordination Centre (RIPE)
RegDate: 1993-06-21
Updated: 2025-02-10
Comment: These addresses have been further assigned to users in the RIPE NCC region. Please note that the organization and point of contact details listed below are those of the RIPE NCC not the current address holder. ** You can find user contact information for the current address holder in the RIPE database at http://www.ripe.net/whois.
Ref: https://rdap.arin.net/registry/ip/57.0.0.0

ResourceLink: https://apps.db.ripe.net/db-web-ui/query
ResourceLink: whois.ripe.net
_____________________________________________________________________________________

NetRange: 185.0.0.0 - 185.255.255.255
CIDR: 185.0.0.0/8
NetName: RIPE-185
NetHandle: NET-185-0-0-0-1
Parent: ()
NetType: Allocated to RIPE NCC
OriginAS:
Organization: RIPE Network Coordination Centre (RIPE)
RegDate: 2011-01-04
Updated: 2025-02-10
Comment: These addresses have been further assigned to users in the RIPE NCC region. Please note that the organization and point of contact details listed below are those of the RIPE NCC not the current address holder. ** You can find user contact information for the current address holder in the RIPE database at http://www.ripe.net/whois.
Ref: https://rdap.arin.net/registry/ip/185.0.0.0

ResourceLink: https://apps.db.ripe.net/db-web-ui/query
ResourceLink: whois.ripe.net

More to come

Signature available upon request

Post Reply

Return to “Forum Organization & Structure Council”