[Koha-bugs] [Bug 10411] New: Add cache control headers to static resources in the apache config

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 5 07:49:57 CEST 2013


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 at lists.koha-community.org
          Reporter: robin at catalyst.net.nz
                CC: robin at 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.


More information about the Koha-bugs mailing list