https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25765 --- Comment #16 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Fridolin SOMERS from comment #14)
(In reply to Martin Renvoize from comment #8)
Also.. this introduces an additional DB hit.. you could fetch the branchname from context instead.
I feel caching of the logged in library object is ripe for performance.
Ah yep but the primary cause of this bug report is that we face encoding issues on branch name when session storage is on tmp file. Its quite random but i think the performance difference is really minor, most pages use hundreds of SQL requests. When session is in DB there is still a query ^^.
We should better add branche name in Memcached no ?
Sorry I missed you comment before pushing it. Do you mean there is an encoding issue in the current version? -- You are receiving this mail because: You are watching all bug changes.