[Koha-bugs] [Bug 28173] Add plugin hooks object_store_pre and object_store_post

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 9 15:41:30 CET 2021


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

--- Comment #5 from Julian Maurice <julian.maurice at biblibre.com> ---
(In reply to Fridolin Somers from comment #3)
> Oh crap.
> 
> We found a big performance issue with this hook.
> 
> Each store() call is checking in DB the plugin version and if it is enabled.
> 
> Particulary when DB is distant this is bad for performance.

The problem is not this particular hook. It's Koha::Plugins->call that is too
slow. I tried making it faster with bug 29672.
Please test and let me know what you think

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


More information about the Koha-bugs mailing list