https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41929 Bug ID: 41929 Summary: Add Cache-Control to opac-retrieve-file.pl Initiative type: --- Sponsorship --- status: Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: lari.taskula@hypernova.fi QA Contact: testopia@bugs.koha-community.org It seems unnecessary to re-fetch the files served by opac-retrieve-file.pl on each request. Files served by opac-retrieve-file.pl are files uploaded by Tools > Uploads and marked as public. They are each assigned a hash value, and referenced by the "id" query parameter when loaded through opac-retrieve-file.pl. We should let browsers cache these files to reduce the load if for example these files are used by the OPAC content management to load images, fonts etc. -- You are receiving this mail because: You are watching all bug changes.