https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29454
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #127515|0 |1 is obsolete| | --- Comment #2 from David Nind <[email protected]> --- Created attachment 127520 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=127520&action=edit Bug 29454: Add local cache to Template Plugins for branches and itemtypes This patch simply stores the branches an itemtypes in a hash for lookup. This improves efficiency on pages where we are loading many items To test: 1 - Add ~1000 items to a record 2 - Note load time 3 - Apply patch 4 - Reload and note faster load 5 - Edit a branchname/itemtype description 6 - Reload page 7 - Confirm the updated name is reflected in display Signed-off-by: David Nind <[email protected]> -- 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/
