https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18821 Bug ID: 18821 Summary: GetPatronLastActivity is a performance killer Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs@lists.koha-community.org Reporter: kyle@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org Enabling GetPatronLastActivity can cause an extreme performance hit, especially on the staff side during checkin and checkout. It makes more sense to only update the last activity timestamp on the first access of a given session. This will greatly improve performance while retaining the same basic information. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.