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

Integrate caching solution to speed up retrieval of recuring objects and possibly reduce load on DMS's #271

Open
2 tasks
MLenterman opened this issue Feb 5, 2024 · 0 comments · May be fixed by #370
Open
2 tasks
Assignees
Labels

Comments

@MLenterman
Copy link
Collaborator

The ZDS actions geefZaakDetails and geefLijstZaakdocumenten are good examples of actions that are often called for the same object. Often these are called when users are navigating in the ZDS application. Also objects in the Catalog API practically never change, so caching these would save a lot of traffic too.

The Frank!Framework already supports multiple caching solutions. It should be just a matter of configuring one and enabling it.

  • Add and configure caching solution in development docker-compose
  • Add and configure caching solution in helm chart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants