[Koha-bugs] [Bug 16140] Only clear L1 cache when needed

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 29 19:15:17 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16140

Jesse Weaver <jweaver at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #49487|0                           |1
        is obsolete|                            |

--- Comment #26 from Jesse Weaver <jweaver at bywatersolutions.com> ---
Created attachment 51024
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51024&action=edit
Bug 16140: Only clear L1 cache when needed

By storing a modification time in memcached, we can check the upstream
cache at the start of every request, and only clear the L1 cache if the
upstream has actually been modified.

This and the following patch get noticeable performance improvements on
top of bug 16044: ~1.2 vs 2.2 seconds for a search on a small dataset.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list