Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

キャッシュ機能を持たせる #27

Open
tamaina opened this issue May 2, 2024 · 1 comment
Open

キャッシュ機能を持たせる #27

tamaina opened this issue May 2, 2024 · 1 comment

Comments

@tamaina
Copy link

tamaina commented May 2, 2024

MastodonのリンクプレビューがDDoS的であると話題になっている(?)

https://gigazine.net/news/20240502-mastodon-share-link-problem/

mastodon/mastodon#23662

summaly proxyをキャッシュサーバーとして捉えればこのような挙動は低減できるが、現状はそのような機能を正式にはサポートしていない (nginxを前段に抱えれば可能だが)

  • とりあえずfastifyの応答にcache-controlを付け加える
  • ただMisskeyが使うGotやnode-fetchはcache-controlを付け加えたところでちゃんとキャッシュが効かないため、summalyサーバーがインメモリ(Map)でsummaly結果を一定期間持っておくのが良いかも
    (summalyサーバーの実装がリッチになる副作用があるため、ファイルを分割するなどコードをそれに適したものに変えるべき)
@mei23
Copy link

mei23 commented May 2, 2024

Cache-Controlさえ付けとけばリバースプロキシやCDNでキャッシュするくらい簡単なのでそれでいいかもだわ。
てゆうかFastifyにする前にはちゃんとCache-Control吐いてたんだけど…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants