https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32092 --- Comment #38 from David Gustafsson <glasklas@gmail.com> --- Bug 36350 would allow to remove the caching in get_effective_rule_value and improve performance further as there are some instances in the code where the uncached get_effective_rule is still used and can't be replaced since need other rule properties. Will not add as a dependency though to not complicate a possible merge of this bug, but if bug 36350 is merged in the future we should remember to remove the unnecessary caching (unless the small performance benefit of the calculating a simpler cache key and having the caching further down proves significant, which I doubt). -- You are receiving this mail because: You are watching all bug changes.