9 Dec
2021
9 Dec
'21
3:39 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29672 --- Comment #3 from Julian Maurice <julian.maurice@biblibre.com> --- Times I get on master: 1 call(s): Elapsed 0.670997 seconds 10 call(s): Elapsed 0.049056 seconds 100 call(s): Elapsed 0.468099 seconds 1000 call(s): Elapsed 4.762553 seconds Times I get with the patch: 1 call(s): Elapsed 0.634319 seconds 10 call(s): Elapsed 0.000154 seconds 100 call(s): Elapsed 0.001282 seconds 1000 call(s): Elapsed 0.011682 seconds As you can see the first call takes the same time with or without the patch, but subsequent calls are much more faster with the patch -- You are receiving this mail because: You are watching all bug changes.