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@lists.koha-community.org
          Reporter: tomasco...@gmail.com
        QA Contact: testo...@bugs.koha-community.org
                CC: gmcha...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to