Add headers for profile image caching #6
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
5c477f9b7f/include/submit.php (L214)
There is no optimisation possible for caching the profile image.
An
If-Modified-Since
orIf-Match
header should be given so a 304 response is possible.There is a 304 mechanism in place.