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

test: request caching #907

Open
NoamGaash opened this issue Nov 5, 2024 · 0 comments
Open

test: request caching #907

NoamGaash opened this issue Nov 5, 2024 · 0 comments
Labels
ci improvements to our CI pipeline hacktoberfest tests

Comments

@NoamGaash
Copy link
Member

NoamGaash commented Nov 5, 2024

When searching the same information twice (e.g looking at line 142, then line 42, and then going back to search about line 142), it is expected that the frontend will catch the respond and will not trigger another HTTP request to the backend.

Keeping the load on database minimal is a crucial part of saving costs to the NGO that funds us (The Public Knowledge Workshop)

The test(s) should navigate through different states and make sure the same call isn't called twice

@NoamGaash NoamGaash added tests hacktoberfest ci improvements to our CI pipeline labels Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci improvements to our CI pipeline hacktoberfest tests
Projects
None yet
Development

No branches or pull requests

1 participant