Image Caching

Issue #55 new
ssen created an issue

Currently images are sent with etag and date headers which means upon reload a request will be sent to check if the image is still the same but since they have a long unique url that’s always the case (I think I'm not familiar with the implementation). To speed up page relaoding and save server resources it would be good to instead use Cache-Control: public, max-age=31536000

Comments (0)

  1. Log in to comment