Het “contacten” component is bedoeld voor het opslaan van contactgegevens van personen en organisaties waarvoor nog geen BSN of KVK nummer bekend is (en dus geen bronverwijzing kan worden gedaan).
Describe the bug
We are experiencing performance issues with the contactcatalogus service when running in dev mode with docker-compose. It can be unacceptably slow (> 1s per request), and in production it is generally much slower than our other services. Since we're following the Common Ground model for our services, one slow service in the stack can slow down every request where the contactcatalogus is involved.
We've experienced the worst slowness on Windows in Docker, which results in unacceptable delays. Also slower than ideal on Mac. (See client specs below)
To Reproduce
Steps to reproduce the behavior:
Start up a development stack of Huishoudboekje through our docker-compose
Start up contactcatalogus through your docker-compose.
Perform queries and mutations that involve the contactcatalogus.
Expected behavior
We expect that the contactcatalogus is at least as performant as our other services. We don't have exact data yet though.
Describe the bug We are experiencing performance issues with the contactcatalogus service when running in dev mode with docker-compose. It can be unacceptably slow (> 1s per request), and in production it is generally much slower than our other services. Since we're following the Common Ground model for our services, one slow service in the stack can slow down every request where the contactcatalogus is involved.
We've experienced the worst slowness on Windows in Docker, which results in unacceptable delays. Also slower than ideal on Mac. (See client specs below)
To Reproduce Steps to reproduce the behavior:
Expected behavior We expect that the contactcatalogus is at least as performant as our other services. We don't have exact data yet though.
Screenshots N/A
Desktop
Additional context ℹ️ We are currently further investigating specific examples of slowness. Reference to this issue in our GitLab: https://gitlab.com/commonground/huishoudboekje/app-new/-/issues/659