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

(WIP) Disalbe server cache for related subjects on subject page #204

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

yasutak
Copy link
Member

@yasutak yasutak commented Dec 12, 2022

  • ランダム講義の取得でキャッシュが効いてしまっていたために、ホーム画面に表示されるSubjectsと(同分野の)Subjectの詳細画面に表示される関連講義が同じになってしまっていました。
  • キャッシュはランダム講義の取得関数の引数の組に対して保存しているため、アドホックですが、引数の一つである取得講義数をランダムにすることでまるきり同じ講義が表示されることを防いでいます。

Memo

こういう場合はバックエンド側で変更した方がいいですかね。@ooyamatakehisa

Copy link
Member

@jumon jumon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

とりあえずの対処としては良いと思います。
将来的にはホームに表示する講義取得のクエリと関連講義取得のクエリは別にするとかするのが良いかもしれません

@yasutak yasutak changed the title randomised the number of related subjects shown (WIP) Disalbe server cache for related subjects on subject page Dec 16, 2022
@yasutak
Copy link
Member Author

yasutak commented Dec 16, 2022

やっぱバックエンドを少し修正して、random subjectsをキャッシュ使わずに返せるようにします。少々お待ちください。

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

Successfully merging this pull request may close these issues.

2 participants