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

Expand caching #6834

Open
wants to merge 9 commits into
base: devel
Choose a base branch
from
Open

Expand caching #6834

wants to merge 9 commits into from

Conversation

BacLuc
Copy link
Contributor

@BacLuc BacLuc commented Feb 8, 2025

No description provided.

Now that we rolled out caching, we should use it locally
to maybe detect the error with caching earlier.
Like this not all the urls end up in one big regex.
Add the tags to all requests in ResponseTagger,
because they are anyway generated,
and not having all urls in one big regex has more
worth than only adding the tags to the cached routes.
It seems this is an endpoint were a lot of request time is lost.
The days also don't change that often.
It gets hit quite often, and only changes after the deployment.
This may pose a challenge during development.
@BacLuc BacLuc added the api-performance-test! Run API Performance test label Feb 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-performance-test! Run API Performance test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant