9 Dec
2021
9 Dec
'21
2:41 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28173 --- Comment #5 from Julian Maurice <julian.maurice@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.