Image Caching
Issue #55
new
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