[Koha-bugs] [Bug 32464] Koha::Item->as_marc_field obsolete option mss

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 2 15:33:54 CEST 2023


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

--- Comment #16 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
(In reply to Nick Clemens from comment #15)
> (In reply to Jonathan Druart from comment #14)
> > (In reply to Nick Clemens from comment #13)
> > > See comment 5, please test
> > 
> > What/how did you test?
> > 
> 
> Fortunately, I still had the script I used, it seems we have improved things
> though, I get much smaller results:
>              Rate noPassMSS   passMSS
> noPassMSS 14088/s        --      -14%
> passMSS   16373/s       16%        --

Yes, I don't think 15% is significant here. I prefer to believe that retrieving
from the cache is the best we can do (and keep the code tidy), instead of
passing around something we have cached. From how many items this will be
useful?
If you want to improve that (from 15 to 7%), you could use the memory cache
that would use the regular cache to populate itself.

Bug if you are really chasing performance then help the big things (like
33568?) and you should see a real gain.

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


More information about the Koha-bugs mailing list