[Koha-bugs] [Bug 12578] New: Patron image caching

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 15 19:25:58 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12578

            Bug ID: 12578
           Summary: Patron image caching
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Staff Client
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: tomascohen at gmail.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com

Currently, patron images are not cached and it takes a considerable amount of
time to retrieve it in the staff client.

To reproduce:
- Go to a patron's detail page (choose a patron with an image attached)
- Enable the browser's network profiling interface
- Switch between tabs (Checkouts, Details, Fines, etc)
=> FAIL: patronimage.pl&borrowernumber=X is retrieved each time [1]

I've been told it is intended that each time the patron image is updated it has
to instantly load the new one.

This could be better handled using a timestamp and the Last-Modified header.

[1] In my dev box it took it 1'' to load the single image.

-- 
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