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

ghost.svg caching #1589

Open
Ivan-Chupin opened this issue Jan 22, 2023 · 1 comment
Open

ghost.svg caching #1589

Ivan-Chupin opened this issue Jan 22, 2023 · 1 comment

Comments

@Ivan-Chupin
Copy link

Remark42 currently returns the "cache-control: max-age=3600, no-cache" HTTP header for the ghost.svg file. Using the "no-cache" directive is pointless and only creates useless traffic. It would be correct to use the "cache-control: max-age=3600" header, as for all other avatars.

@paskal
Copy link
Collaborator

paskal commented Feb 5, 2023

It's the same for all frontend files, as ghost.svg is one of the static frontend files. I vote against introducing granular control of headers per frontend file just for the sake of a single 2kb file.

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

No branches or pull requests

2 participants