You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For every query of the frontend to the gateway authenticates the user and fetches the course memberships of the user and also data (pubished?, startdate, enddate) about the courses the user is a member of (by querying the course service).
These data usually do not change from one query to the next, so they could be cached in the gateway so it doesn't have to call the course service on each request.
The text was updated successfully, but these errors were encountered:
myluki2000
changed the title
Cache queries of gateway to course service when fetching information about courses the user is a member of
Cache queries of gateway to user & course service when fetching information about courses the user is a member of
Sep 13, 2023
myluki2000
changed the title
Cache queries of gateway to user & course service when fetching information about courses the user is a member of
Cache queries of gateway to course service when fetching information about courses the user is a member of
Oct 11, 2023
Description
For every query of the frontend to the gateway authenticates the user and fetches the course memberships of the user and also data (pubished?, startdate, enddate) about the courses the user is a member of (by querying the course service).
These data usually do not change from one query to the next, so they could be cached in the gateway so it doesn't have to call the course service on each request.
The text was updated successfully, but these errors were encountered: