https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32464
--- Comment #16 from Jonathan Druart <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
