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

feat(pat-auto-suggest): Enable caching. #1220

Merged
merged 1 commit into from
Jan 13, 2025
Merged

feat(pat-auto-suggest): Enable caching. #1220

merged 1 commit into from
Jan 13, 2025

Conversation

thet
Copy link
Member

@thet thet commented Jan 10, 2025

I think auto-suggest ajax request can safely be cached.

Enabling caching removes a cache-breaking url parameter from the ajax requests.

However, local testing didn't cache anything in the browser which sent it's requests to a local nginx testing server. Maybe we need to set caching headers on the webserver level.

@thet thet requested a review from reinhardt January 10, 2025 22:52
@thet thet force-pushed the auto-suggest-caching branch from 529d238 to 154890b Compare January 13, 2025 15:59
@thet thet merged commit 1dfede0 into master Jan 13, 2025
1 check passed
@thet thet deleted the auto-suggest-caching branch January 13, 2025 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants