Add headers for profile image caching #6

Closed
opened 2014-10-13 00:34:36 +02:00 by Beanow · 1 comment
Beanow commented 2014-10-13 00:34:36 +02:00 (Migrated from github.com)

5c477f9b7f/include/submit.php (L214)
There is no optimisation possible for caching the profile image.
An If-Modified-Since or If-Match header should be given so a 304 response is possible.

https://github.com/friendica/dir/blob/5c477f9b7fef7a1f66e7726307a572642673400e/include/submit.php#L214 There is no optimisation possible for caching the profile image. An `If-Modified-Since` or `If-Match` header should be given so a 304 response is possible.
MrPetovan commented 2018-11-05 06:00:51 +01:00 (Migrated from github.com)

There is a 304 mechanism in place.

There is a 304 mechanism in place.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: friendica/dir#6
No description provided.