Topic history not loading correctly after migration

so i’ve updated from v1.1 to v3.1 and i have everything running

However, i have noticed that our older topics, that are quite a few years old, are having issues.

Here is an example - i have a topic created in 2016 - it has 111 posts.
It marked as having a new recent post.

If i click on it it takes me to the middle of the time frame history - somewhere in 2020.
If i use the scroller on the right to quick jump it wont go past the current post - it also wont go back to the first post in 2016, it only operates somewhere in the middle.

If i scroll up and down, then more posts become available, and the scroller will now work in those time frames, but if i go back to 2016 things get a bit buggy - some posts are not displaying at all - refreshing, i can get them up again, but if i go out of the topic, and go back in, im in the same predicament that it drops me in the middle with limited scrolling back and forth.

I’m grabbing the time handle top right and dropping it november 2022 and its throwing me back to aug 2019.

Try to go to June 2016 and it throws me to April 2019

If i go verrry slowwly and hold the timeline longer it sometimes works.
its like a caching issue.

EDIT:

Just to add - if i go to one that goes back to 2008 and drag the timeline back there - it does nothing - if i then try to browse to another area of the forums i get a server error - and continue to get one until i refresh

Can you please look for the error on the /logs page and share it here?

1 Like

there’s nothing in the logs related to it

If you get a server error it will be in /logs. Otherwise it may be a browser level error, so check your browser DevTools.

yes lots in the console - all 429 errors

so couldn’t quite figure out why i’d be getting this, but after checking my own IP on the forums i realised i had cloudflare enabled, so i’m thinking the rate limit is coming because of the cloudflare IPs - have just seen there is a cloudflare template, so i’m rebuilding now.

Will let you know if that solves the issue

1 Like

So no - just to update,

My IP has correctly updated inside discourse, but i am still being rate limited.

The error page is

429 Too Many Requests

NGNIX

I’ve checked the logs and the correct IP is being passed through to discourse.
Error logs show

2023/02/06 11:32:20 [error] 573#573: *4053 limiting requests, excess: 12.844 by zone "flood", client: xxxx, server: _, request: "POST /mini-profile

tried disabling the proxy option in cloudflare to DNS only - no change

just clicking on a topic that has had lots of replies throws 429 console errors when receiving even avatar pictures.

Running a standard installation on Digital Ocean droplet

You can remove (or comment out) the rate limit template on the first lines of your app.yml and rebuild to see if it “fixes” your issue.

The Nginx 429 has been replaced with

Slow down, too many requests from this IP address.
Please retry again in 4 seconds.
Error code: id_10_secs_limit.

Do you have many tabs open for this site? Close all but one. Also check your phone and other devices.

Remove the site from the DiscourseHub app if you are using it.

well i had the logs open but other than that no - i removed from discourse hub but same issue

With all tabs closed, run

tail -f /var/discourse/shared/standalone/log/var-log/nginx/access.log

in the server running Discourse and look for the IP and user-agent of incoming requests to find where it’s coming from.

I’d disable cloudflare proxy in order to debug it properly too.

[06/Feb/2023:16:23:03 +0000] "forums.xx.com" MyIpAddress "GET /user-badges/xxx.json HTTP/2.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" 429 215 "https://forums.xxxx.com/t/xxxx" 0.003 0.003 "-" "-" "-" "-" "-" "-" "-"

the requests are coming from me - and my IP address

So looks like you forgot to close a tab on your Chrome on Mac?

You can also reset the rate-limit counters with docker exec -it app redis-cli flushall.

sorry - how do i force a 429 error if i don’t open a tab to get one?

i reset the rate limit - no change - still not really sure what i can do here, i’m still just getting flooded with 429 errors on older posts. would you have any other ideas?

I did a bit of further testing, and interestingly if i connect to the site via my mobile browser and browse the same topic, the same number of requests looks to be going through but they are all 200 response - and no 429 errors

Heres the logs from when my phone connects to the same forum post

[07/Feb/2023:11:06:20 +0000] "forums.xxxxxx.com" My_IP_Address "GET /t/16862/580.json HTTP/2.0" "Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/109.0.5414.112 Mobile/15E148 Safari/604.1" "topics/show" 200 12171 "https://forums.xxxxxx.com/t/new-members-say-hello/16862/466" 0.070 0.070 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:06:21 +0000] "forums.xxxxxx.com" My_IP_Address "GET /letter_avatar_proxy/v4/letter/h/b487fb/135.png HTTP/2.0" "Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/109.0.5414.112 Mobile/15E148 Safari/604.1" "user_avatars/show_proxy_letter" 200 944 "https://forums.xxxxxx.com/t/new-members-say-hello/16862/580" - 0.000 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:06:21 +0000] "forums.xxxxxx.com" My_IP_Address "GET /letter_avatar_proxy/v4/letter/d/ed655f/135.png HTTP/2.0" "Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/109.0.5414.112 Mobile/15E148 Safari/604.1" "user_avatars/show_proxy_letter" 200 1113 "https://forums.xxxxxx.com/t/new-members-say-hello/16862/580" - 0.000 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:06:21 +0000] "forums.xxxxxx.com" My_IP_Address "GET /letter_avatar_proxy/v4/letter/n/f17d59/135.png HTTP/2.0" "Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/109.0.5414.112 Mobile/15E148 Safari/604.1" "user_avatars/show_proxy_letter" 200 1091 "https://forums.xxxxxx.com/t/new-members-say-hello/16862/580" - 0.000 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:06:21 +0000] "forums.xxxxxx.com" My_IP_Address "GET /letter_avatar_proxy/v4/letter/s/96bed5/135.png HTTP/2.0" "Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/109.0.5414.112 Mobile/15E148 Safari/604.1" "user_avatars/show_proxy_letter" 200 1078 "https://forums.xxxxxx.com/t/new-members-say-hello/16862/580" - 0.000 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:06:21 +0000] "forums.xxxxxx.com" My_IP_Address "GET /letter_avatar_proxy/v4/letter/p/919ad9/135.png HTTP/2.0" "Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/109.0.5414.112 Mobile/15E148 Safari/604.1" "user_avatars/show_proxy_letter" 200 1449 "https://forums.xxxxxx.com/t/new-members-say-hello/16862/580" - 0.000 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:06:21 +0000] "forums.xxxxxx.com" My_IP_Address "GET /letter_avatar_proxy/v4/letter/d/49beb7/135.png HTTP/2.0" "Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/109.0.5414.112 Mobile/15E148 Safari/604.1" "user_avatars/show_proxy_letter" 200 1111 "https://forums.xxxxxx.com/t/new-members-say-hello/16862/580" - 0.000 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:06:21 +0000] "forums.xxxxxx.com" My_IP_Address "GET /letter_avatar_proxy/v4/letter/e/f17d59/135.png HTTP/2.0" "Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/109.0.5414.112 Mobile/15E148 Safari/604.1" "user_avatars/show_proxy_letter" 200 1022 "https://forums.xxxxxx.com/t/new-members-say-hello/16862/580" - 0.000 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:06:21 +0000] "forums.xxxxxx.com" My_IP_Address "GET /letter_avatar_proxy/v4/letter/r/3be4f8/135.png HTTP/2.0" "Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/109.0.5414.112 Mobile/15E148 Safari/604.1" "user_avatars/show_proxy_letter" 200 1036 "https://forums.xxxxxx.com/t/new-members-say-hello/16862/580" - 0.000 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:06:21 +0000] "forums.xxxxxx.com" My_IP_Address "GET /letter_avatar_proxy/v4/letter/h/ad7895/135.png HTTP/2.0" "Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/109.0.5414.112 Mobile/15E148 Safari/604.1" "user_avatars/show_proxy_letter" 200 1001 "https://forums.xxxxxx.com/t/new-members-say-hello/16862/580" - 0.000 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:06:21 +0000] "forums.xxxxxx.com" My_IP_Address "GET /letter_avatar_proxy/v4/letter/m/8e7dd6/135.png HTTP/2.0" "Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/109.0.5414.112 Mobile/15E148 Safari/604.1" "user_avatars/show_proxy_letter" 200 1248 "https://forums.xxxxxx.com/t/new-members-say-hello/16862/580" - 0.000 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:06:21 +0000] "forums.xxxxxx.com" My_IP_Address "GET /letter_avatar_proxy/v4/letter/a/a3d4f5/135.png HTTP/2.0" "Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/109.0.5414.112 Mobile/15E148 Safari/604.1" "user_avatars/show_proxy_letter" 200 1052 "https://forums.xxxxxx.com/t/new-members-say-hello/16862/580" - 0.000 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:06:21 +0000] "forums.xxxxxx.com" My_IP_Address "GET /user_avatar/forums.xxxxxx.com/xdc/135/34594_2.png HTTP/2.0" "Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/109.0.5414.112 Mobile/15E148 Safari/604.1" "user_avatars/show" 200 9710 "https://forums.xxxxxx.com/t/new-members-say-hello/16862/580" 0.051 0.051 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:06:21 +0000] "forums.xxxxxx.com" My_IP_Address "GET /user-badges/XDC.json HTTP/2.0" "Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/109.0.5414.112 Mobile/15E148 Safari/604.1" "user_badges/username" 200 1276 "https://forums.xxxxxx.com/t/new-members-say-hello/16862/580" 0.063 0.063 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:06:21 +0000] "forums.xxxxxx.com" My_IP_Address "GET /user-badges/Captain.json HTTP/2.0" "Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/109.0.5414.112 Mobile/15E148 Safari/604.1" "user_badges/username" 200 1418 "https://forums.xxxxxx.com/t/new-members-say-hello/16862/580" 0.069 0.069 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:06:21 +0000] "forums.xxxxxx.com" My_IP_Address "GET /user-badges/high.json HTTP/2.0" "Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/109.0.5414.112 Mobile/15E148 Safari/604.1" "user_badges/username" 200 1425 "https://forums.xxxxxx.com/t/new-members-say-hello/16862/580" 0.069 0.070 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:06:21 +0000] "forums.xxxxxx.com" My_IP_Address "GET /user-badges/djontheroad.json HTTP/2.0" "Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/109.0.5414.112 Mobile/15E148 Safari/604.1" "user_badges/username" 200 1268 "https://forums.xxxxxx.com/t/new-members-say-hello/16862/580" 0.082 0.082 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:06:21 +0000] "forums.xxxxxx.com" My_IP_Address "GET /letter_avatar_proxy/v4/letter/w/ed655f/135.png HTTP/2.0" "Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/109.0.5414.112 Mobile/15E148 Safari/604.1" "user_avatars/show_proxy_letter" 200 1812 "https://forums.xxxxxx.com/t/new-members-say-hello/16862/580" - 0.000 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:06:21 +0000] "forums.xxxxxx.com" My_IP_Address "GET /user_avatar/forums.xxxxxx.com/dipcrusher/135/34585_2.png HTTP/2.0" "Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/109.0.5414.112 Mobile/15E148 Safari/604.1" "user_avatars/show" 200 11525 "https://forums.xxxxxx.com/t/new-members-say-hello/16862/580" - 0.000 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:06:21 +0000] "forums.xxxxxx.com" My_IP_Address "GET /letter_avatar_proxy/v4/letter/c/f14d63/135.png HTTP/2.0" "Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/109.0.5414.112 Mobile/15E148 Safari/604.1" "user_avatars/show_proxy_letter" 200 1206 "https://forums.xxxxxx.com/t/new-members-say-hello/16862/580" - 0.000 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:06:21 +0000] "forums.xxxxxx.com" My_IP_Address "GET /letter_avatar_proxy/v4/letter/c/ee59a6/135.png HTTP/2.0" "Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/109.0.5414.112 Mobile/15E148 Safari/604.1" "user_avatars/show_proxy_letter" 200 1146 "https://forums.xxxxxx.com/t/new-members-say-hello/16862/580" - 0.000 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:06:21 +0000] "forums.xxxxxx.com" My_IP_Address "GET /images/emoji/twitter/smiley.png?v=12 HTTP/2.0" "Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/109.0.5414.112 Mobile/15E148 Safari/604.1" "-" 200 1029 "https://forums.xxxxxx.com/t/new-members-say-hello/16862/580" - 0.000 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:06:21 +0000] "forums.xxxxxx.com" My_IP_Address "GET /user-badges/xxx.json HTTP/2.0" "Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/109.0.5414.112 Mobile/15E148 Safari/604.1" "user_badges/username" 200 1267 "https://forums.xxxxxx.com/t/new-members-say-hello/16862/580" 0.106 0.106 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:06:21 +0000] "forums.xxxxxx.com" My_IP_Address "GET /user-badges/xxx.json HTTP/2.0" "Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/109.0.5414.112 Mobile/15E148 Safari/604.1" "user_badges/username" 200 1414 "https://forums.xxxxxx.com/t/new-members-say-hello/16862/580" 0.117 0.117 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:06:21 +0000] "forums.xxxxxx.com" My_IP_Address "GET /user-badges/xxx.json HTTP/2.0" "Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/109.0.5414.112 Mobile/15E148 Safari/604.1" "user_badges/username" 200 1268 "https://forums.xxxxxx.com/t/new-members-say-hello/16862/580" 0.121 0.121 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:06:21 +0000] "forums.xxxxxx.com" My_IP_Address "GET /user-badges/xxxx.json HTTP/2.0" "Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/109.0.5414.112 Mobile/15E148 Safari/604.1" "user_badges/username" 200 1447 "https://forums.xxxxxx.com/t/new-members-say-hello/16862/580" 0.133 0.133 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:06:21 +0000] "forums.xxxxxx.com" My_IP_Address "GET /user-badges/xxxx.json HTTP/2.0" "Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/109.0.5414.112 Mobile/15E148 Safari/604.1" "user_badges/username" 200 1427 "https://forums.xxxxxx.com/t/new-members-say-hello/16862/580" 0.156 0.156 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:06:21 +0000] "forums.xxxxxx.com" My_IP_Address "GET /user-badges/xxxx.json HTTP/2.0" "Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/109.0.5414.112 Mobile/15E148 Safari/604.1" "user_badges/username" 200 2948 "https://forums.xxxxxx.com/t/new-members-say-hello/16862/580" 0.171 0.171 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:06:21 +0000] "forums.xxxxxx.com" My_IP_Address "GET /user-badges/xxxx.json HTTP/2.0" "Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/109.0.5414.112 Mobile/15E148 Safari/604.1" "user_badges/username" 200 1521 "https://forums.xxxxxx.com/t/new-members-say-hello/16862/580" 0.188 0.188 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:06:21 +0000] "forums.xxxxxx.com" My_IP_Address "GET /user-badges/xxxx.json HTTP/2.0" "Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/109.0.5414.112 Mobile/15E148 Safari/604.1" "user_badges/username" 200 1702 "https://forums.xxxxxx.com/t/new-members-say-hello/16862/580" 0.192 0.192 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:06:21 +0000] "forums.xxxxxx.com" My_IP_Address "GET /user-badges/xxxx.json HTTP/2.0" "Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/109.0.5414.112 Mobile/15E148 Safari/604.1" "user_badges/username" 200 1515 "https://forums.xxxxxx.com/t/new-members-say-hello/16862/580" 0.211 0.211 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:06:21 +0000] "forums.xxxxxx.com" My_IP_Address "GET /user-badges/xxxx.json HTTP/2.0" "Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/109.0.5414.112 Mobile/15E148 Safari/604.1" "user_badges/username" 200 1642 "https://forums.xxxxxx.com/t/new-members-say-hello/16862/580" 0.228 0.228 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:06:21 +0000] "forums.xxxxxx.com" My_IP_Address "GET /user-badges/xxxx.json HTTP/2.0" "Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/109.0.5414.112 Mobile/15E148 Safari/604.1" "user_badges/username" 200 1263 "https://forums.xxxxxx.com/t/new-members-say-hello/16862/580" 0.157 0.157 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:06:21 +0000] "forums.xxxxxx.com" My_IP_Address "GET /user-badges/xxxx.json HTTP/2.0" "Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/109.0.5414.112 Mobile/15E148 Safari/604.1" "user_badges/username" 200 1810 "https://forums.xxxxxx.com/t/new-members-say-hello/16862/580" 0.168 0.168 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:06:21 +0000] "forums.xxxxxx.com" My_IP_Address "GET /uploads/default/original/3X/0/a/0aec5c49cc27a8a72870fc60fe1fd53f2770d4a0.png HTTP/2.0" "Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/109.0.5414.112 Mobile/15E148 Safari/604.1" "-" 200 1908 "https://forums.xxxxxx.com/t/new-members-say-hello/16862/580" - 0.000 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:06:21 +0000] "forums.xxxxxx.com" My_IP_Address "GET /user-badges/xxxx.json HTTP/2.0" "Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/109.0.5414.112 Mobile/15E148 Safari/604.1" "user_badges/username" 200 1417 "https://forums.xxxxxx.com/t/new-members-say-hello/16862/580" 0.176 0.176 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:06:21 +0000] "forums.xxxxxx.com" My_IP_Address "GET /user-badges/xxxx.json HTTP/2.0" "Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/109.0.5414.112 Mobile/15E148 Safari/604.1" "user_badges/username" 200 1407 "https://forums.xxxxxx.com/t/new-members-say-hello/16862/580" 0.188 0.189 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:06:21 +0000] "forums.xxxxxx.com" My_IP_Address "GET /letter_avatar_proxy/v4/letter/c/f17d59/135.png HTTP/2.0" "Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/109.0.5414.112 Mobile/15E148 Safari/604.1" "user_avatars/show_proxy_letter" 200 1224 "https://forums.xxxxxx.com/t/new-members-say-hello/16862/580" 0.313 0.313 "-" "-" "-" "-" "-" "-" "-"

Here are the logs from when my desktop connects - as you can see nearly all 429 rate limited - same IP
tried various browsers all the same result.

[07/Feb/2023:11:05:36 +0000] "forums.xxxxx.com" My_IP_Address "GET /t/16862/580.json HTTP/2.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "topics/show" 200 12965 "https://forums.xxxxx.com/t/new-members-say-hello/16862" 0.189 0.190 "bryan_spence" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:05:37 +0000] "forums.xxxxx.com" My_IP_Address "GET /user-badges/xxx.json HTTP/2.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" 429 215 "https://forums.xxxxx.com/t/new-members-say-hello/16862/580" 0.003 0.004 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:05:37 +0000] "forums.xxxxx.com" My_IP_Address "GET /user-badges/xxx.json HTTP/2.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" 429 215 "https://forums.xxxxx.com/t/new-members-say-hello/16862/580" 0.001 0.001 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:05:37 +0000] "forums.xxxxx.com" My_IP_Address "GET /user-badges/xxx.json HTTP/2.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" 429 215 "https://forums.xxxxx.com/t/new-members-say-hello/16862/580" 0.003 0.003 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:05:37 +0000] "forums.xxxxx.com" My_IP_Address "GET /user-badges/xxx.json HTTP/2.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" 429 215 "https://forums.xxxxx.com/t/new-members-say-hello/16862/580" 0.003 0.003 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:05:37 +0000] "forums.xxxxx.com" My_IP_Address "GET /user-badges/xxx.json HTTP/2.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" 429 215 "https://forums.xxxxx.com/t/new-members-say-hello/16862/580" 0.004 0.004 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:05:37 +0000] "forums.xxxxx.com" My_IP_Address "GET /user-badges/xxx.json HTTP/2.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" 429 215 "https://forums.xxxxx.com/t/new-members-say-hello/16862/580" 0.003 0.003 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:05:37 +0000] "forums.xxxxx.com" My_IP_Address "GET /user-badges/xxx.json HTTP/2.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" 429 215 "https://forums.xxxxx.com/t/new-members-say-hello/16862/580" 0.003 0.002 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:05:37 +0000] "forums.xxxxx.com" My_IP_Address "GET /user-badges/xxx.json HTTP/2.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" 429 215 "https://forums.xxxxx.com/t/new-members-say-hello/16862/580" 0.008 0.008 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:05:37 +0000] "forums.xxxxx.com" My_IP_Address "GET /user-badges/xxx.json HTTP/2.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" 429 215 "https://forums.xxxxx.com/t/new-members-say-hello/16862/580" 0.002 0.003 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:05:37 +0000] "forums.xxxxx.com" My_IP_Address "GET /user-badges/xxx.json HTTP/2.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" 429 215 "https://forums.xxxxx.com/t/new-members-say-hello/16862/580" 0.003 0.003 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:05:37 +0000] "forums.xxxxx.com" My_IP_Address "GET /user-badges/xxx.json HTTP/2.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" 429 215 "https://forums.xxxxx.com/t/new-members-say-hello/16862/580" 0.002 0.002 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:05:37 +0000] "forums.xxxxx.com" My_IP_Address "GET /user-badges/xxx.json HTTP/2.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" 429 215 "https://forums.xxxxx.com/t/new-members-say-hello/16862/580" 0.004 0.004 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:05:37 +0000] "forums.xxxxx.com" My_IP_Address "GET /user-badges/xxx.json HTTP/2.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" 429 215 "https://forums.xxxxx.com/t/new-members-say-hello/16862/580" 0.004 0.003 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:05:37 +0000] "forums.xxxxx.com" My_IP_Address "GET /user-badges/xxx.json HTTP/2.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" 429 215 "https://forums.xxxxx.com/t/new-members-say-hello/16862/580" 0.007 0.007 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:05:37 +0000] "forums.xxxxx.com" My_IP_Address "GET /user-badges/xxx.json HTTP/2.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" 429 215 "https://forums.xxxxx.com/t/new-members-say-hello/16862/580" 0.003 0.003 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:05:37 +0000] "forums.xxxxx.com" My_IP_Address "GET /user-badges/xxx.json HTTP/2.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" 429 215 "https://forums.xxxxx.com/t/new-members-say-hello/16862/580" 0.003 0.003 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:05:37 +0000] "forums.xxxxx.com" My_IP_Address "GET /user-badges/xxx.json HTTP/2.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" 429 215 "https://forums.xxxxx.com/t/new-members-say-hello/16862/580" 0.002 0.002 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:05:37 +0000] "forums.xxxxx.com" My_IP_Address "GET /user-badges/xxx.json HTTP/2.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" 429 215 "https://forums.xxxxx.com/t/new-members-say-hello/16862/580" 0.003 0.003 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:05:37 +0000] "forums.xxxxx.com" My_IP_Address "POST /mini-profiler-resources/results HTTP/2.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" 429 215 "https://forums.xxxxx.com/t/new-members-say-hello/16862/580" 0.002 0.002 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:05:37 +0000] "forums.xxxxx.com" My_IP_Address "GET /user_avatar/forums.xxxxx.com/xxx/90/27525_2.png HTTP/2.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "user_avatars/show" 200 8041 "https://forums.xxxxx.com/t/new-members-say-hello/16862/580" - 0.000 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:05:37 +0000] "forums.xxxxx.com" My_IP_Address "GET /user_avatar/forums.xxxxx.com/xxx/90/34594_2.png HTTP/2.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" 429 215 "https://forums.xxxxx.com/t/new-members-say-hello/16862/580" 0.004 0.004 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:05:37 +0000] "forums.xxxxx.com" My_IP_Address "GET /letter_avatar_proxy/v4/letter/n/f17d59/90.png HTTP/2.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" 429 215 "https://forums.xxxxx.com/t/new-members-say-hello/16862/580" 0.003 0.003 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:05:37 +0000] "forums.xxxxx.com" My_IP_Address "GET /letter_avatar_proxy/v4/letter/h/b487fb/90.png HTTP/2.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" 429 215 "https://forums.xxxxx.com/t/new-members-say-hello/16862/580" 0.005 0.005 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:05:37 +0000] "forums.xxxxx.com" My_IP_Address "GET /letter_avatar_proxy/v4/letter/s/96bed5/90.png HTTP/2.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" 429 215 "https://forums.xxxxx.com/t/new-members-say-hello/16862/580" 0.004 0.004 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:05:37 +0000] "forums.xxxxx.com" My_IP_Address "GET /letter_avatar_proxy/v4/letter/p/919ad9/90.png HTTP/2.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" 429 215 "https://forums.xxxxx.com/t/new-members-say-hello/16862/580" 0.004 0.004 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:05:37 +0000] "forums.xxxxx.com" My_IP_Address "GET /letter_avatar_proxy/v4/letter/e/f17d59/90.png HTTP/2.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" 429 215 "https://forums.xxxxx.com/t/new-members-say-hello/16862/580" 0.006 0.006 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:05:37 +0000] "forums.xxxxx.com" My_IP_Address "GET /letter_avatar_proxy/v4/letter/d/49beb7/90.png HTTP/2.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" 429 215 "https://forums.xxxxx.com/t/new-members-say-hello/16862/580" 0.006 0.006 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:05:37 +0000] "forums.xxxxx.com" My_IP_Address "GET /letter_avatar_proxy/v4/letter/r/3be4f8/90.png HTTP/2.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" 429 215 "https://forums.xxxxx.com/t/new-members-say-hello/16862/580" 0.006 0.007 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:05:37 +0000] "forums.xxxxx.com" My_IP_Address "GET /letter_avatar_proxy/v4/letter/d/ed655f/90.png HTTP/2.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" 429 215 "https://forums.xxxxx.com/t/new-members-say-hello/16862/580" 0.009 0.010 "-" "-" "-" "-" "-" "-" "-"
[07/Feb/2023:11:05:37 +0000] "forums.xxxxx.com" My_IP_Address "GET /user-badges/xxx.json HTTP/2.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" 429 215 "https://forums.xxxxx.com/t/new-members-say-hello/16862/580" 0.003 0.003 "-" "-" "-" "-" "-" "-" "-"

I am able to nip to the start / end / middle with absolutely no problems on the mobile

Can you share the forum URL ?

Sure - I Sent you a pm

It’s so much easier with the URL! Your problem is that you are using the theme-component Post Badges. It’s awful for performance, so please remove it ASAP.

Don’t forget to re-enable all you disabled during this journey and thanks for persisting.

1 Like

ah i see - that’s a shame

I see that GitHub - paviliondev/discourse-post-badges-plugin this plugin is recommended instead - is that still the case?