Summary: | z3950_responder.pl is running with all the modules in RAM | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Architecture, internals, and plumbing | Assignee: | Bugs List <koha-bugs> |
Status: | In Discussion --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | dcook |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 28410 |
Description
Jonathan Druart
2021-05-21 12:01:27 UTC
30M can be saved is we remove C4::Biblio and C4::Koha Then we should replace the 2 use in the SearchEngine conditional with require statements (ie. don't need to load Koha::Z3950Responder::ZebraSession if we are using elastic). And it's down to ~45M (vs 160Mo), before the a request is made. Is it worth it? (In reply to Jonathan Druart from comment #2) > Is it worth it? I think that it would be worth it. |