| Summary: | Add caching to language_get_description and get_rfc4646_from_iso639 | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Nick Clemens (kidclamp) <nick> |
| Component: | Architecture, internals, and plumbing | Assignee: | Nick Clemens (kidclamp) <nick> |
| Status: | Signed Off --- | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | andrew, david |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Attachments: |
Bug 41440: Add caching to language_get_description and get_rfc4646_from_iso639
Bug 41440: Add caching to language_get_description and get_rfc4646_from_iso639 |
||
|
Description
Nick Clemens (kidclamp)
2025-12-12 14:29:27 UTC
Created attachment 190466 [details] [review] Bug 41440: Add caching to language_get_description and get_rfc4646_from_iso639 This should have no visible effect, just internal caching To test: 1 - Do a search, check the language facets 2 - Apply patch, restart all 3 - Do a search, check the language facets 4 - No change 5 - Sign off Created attachment 190477 [details] [review] Bug 41440: Add caching to language_get_description and get_rfc4646_from_iso639 This should have no visible effect, just internal caching To test: 1 - Do a search, check the language facets 2 - Apply patch, restart all 3 - Do a search, check the language facets 4 - No change 5 - Sign off Signed-off-by: David Nind <david@davidnind.com> Testing notes (using KTD): 1. Language facet only shows up in the staff interface and OPAC when using Elasticsearch. |