詳細なフィードバックをありがとうございます、@Thiago_Mobilon さん!
リストを整理し、最終的にはすべてに対応できるよう努めます。
ここで確認したところ、あなたの Discourse サイトの CSS が誤って設定されているようです。cache-control ヘッダーが二重に設定されており、そのうちの一つが no-cache になっています。
curl -v https://tecnoblog.net/comunidade/stylesheets/common_cd45efa28175431b0b8ff143783178d55206920b.css?__ws=tecnoblog.net -s 2>&1 | grep cache-control
< cache-control: max-age=31556952, public, immutable
< cache-control: no-store, no-cache, must-revalidate, private