http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10411 Bug ID: 10411 Summary: Add cache control headers to static resources in the apache config Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Packaging Assignee: koha-bugs@lists.koha-community.org Reporter: robin@catalyst.net.nz CC: robin@catalyst.net.nz Currently, the static resources aren't explicitly cached. In the case of firefox, this causes a request every time for every image, that usually results in a 304 Not Modified response. This isn't a good use of apache's time, also may make the page appear to render a bit slower. The patch for this will put a 12 hour cache timeout on the images, javascript, and CSS files. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.