移行後にトピック履歴が正しく読み込まれない

v1.1からv3.1にアップデートし、すべて正常に動作しています。

しかし、数年前の古いトピックに問題があることに気づきました。

例を挙げます。2016年に作成されたトピックがあり、111件の投稿があります。
新しい最近の投稿があるとマークされています。

クリックすると、履歴の時間範囲の中間、つまり2020年頃に移動します。
右側のスクローラーを使用してクイックジャンプしようとしても、現在の投稿より先に進まず、最初の投稿(2016年)に戻ることもできず、中間部分でのみ機能します。

上下にスクロールすると、さらに多くの投稿が表示され、スクローラーがそれらの時間範囲で機能するようになりますが、2016年に戻ると少しバグが発生します。一部の投稿がまったく表示されません。更新すると再度表示できますが、トピックから出て再度入ると、中間部分にドロップされ、前後にスクロールが制限されるという同じ状況になります。

右上にある時間ハンドルをつかんで2022年11月にドロップすると、2019年8月に戻されます。

2016年6月に行こうとすると、2019年4月に戻されます。

非常にゆっくりと、タイムラインを長く保持すると、時々機能します。
キャッシュの問題のようです。

編集:

追加情報です。2008年まで遡るトピックにアクセスし、タイムラインをそこにドラッグしても何も起こりません。その後、フォーラムの別の領域に移動しようとすると、サーバーエラーが発生し、更新するまでエラーが発生し続けます。

/logs ページでエラーを探して、ここに共有していただけますか?

「いいね!」 1

ログにはそれに関連するものは何もありません

サーバーエラーが発生した場合は /logs を確認してください。それ以外の場合はブラウザレベルのエラーの可能性があるため、ブラウザの DevTools を確認してください。

はい、コンソールにたくさんあります。すべて429エラーです。

Cloudflareが有効になっていることに気づき、そのせいでレート制限が発生しているのではないかと考えました。Cloudflareのテンプレートがあることに気づいたので、現在再構築中です。

これで問題が解決するかどうか、またお知らせします。

「いいね!」 1

更新情報です。

IPアドレスはDiscourse内で正しく更新されましたが、レート制限は依然として解除されていません。
エラーページは

429 Too Many Requests

NGNIX

ログを確認したところ、正しいIPアドレスがDiscourseに渡されていることが確認できました。
エラーログには以下のように表示されています。

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

CloudflareのプロキシオプションをDNSのみに無効化しましたが、変更はありませんでした。

返信が多いトピックをクリックするだけで、アバター画像を受信する際にも429コンソールエラーが発生します。

Digital Oceanのドロップレットで標準的なインストールを実行しています。

app.yml の先頭行にあるレート制限テンプレートを削除(またはコメントアウト)して再構築し、問題が「解決」したかどうかを確認できます。

Nginx 429 は以下に置き換えられました。

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

このサイトのタブをたくさん開いていませんか? 1つ以外はすべて閉じます。お使いの携帯電話やその他のデバイスも確認してください。

DiscourseHub アプリを使用している場合は、アプリからサイトを削除してください。

ログは開いていましたが、それ以外はありません。ディスコースハブから削除しましたが、問題は同じです。

すべてのタブを閉じた状態で、Discourseを実行しているサーバーで

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

を実行し、受信リクエストのIPとユーザーエージェントを確認して、どこから来ているのかを特定してください。

デバッグを適切に行うために、Cloudflareプロキシを無効にすることも検討してください。

[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 "-" "-" "-" "-" "-" "-" "-"

リクエストは私から来ており、私のIPアドレスです

ChromeのMacのタブを閉じ忘れたということでしょうか?

docker exec -it app redis-cli flushall でレート制限カウンターをリセットすることもできます。

申し訳ありませんが、タブを開かずに 429 エラーを強制する方法を教えていただけますか?

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

フォーラムのURLを教えていただけますか?

はい、プライベートメッセージをお送りしました。

URLがあればずっと簡単です!問題は、テーマコンポーネント Post Badges を使用していることです。パフォーマンスに非常に悪いため、できるだけ早く削除してください。

この作業中に無効にしたものはすべて再度有効にすることを忘れないでください。粘り強く続けていただきありがとうございます。

「いいね!」 2

なるほど、それは残念です。

代わりに GitHub - paviliondev/discourse-post-badges-plugin のプラグインが推奨されているようですが、それはまだ有効ですか?