Summary: | Using memoize_memcached to cache slow subroutines | ||
---|---|---|---|
Product: | Koha | Reporter: | Chris Cormack <chris> |
Component: | Architecture, internals, and plumbing | Assignee: | Paul Poulain <paul.poulain> |
Status: | CLOSED INVALID | QA Contact: | Bugs List <koha-bugs> |
Severity: | enhancement | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | paul.poulain, tomascohen |
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: | 5999, 7119 | ||
Attachments: |
Proposed Patch
Followup patch |
Description
Chris Cormack
2011-03-31 02:29:05 UTC
Created attachment 3563 [details] [review] Proposed Patch Created attachment 3564 [details] [review] Followup patch Updating Version : This ENH will be for Koha 3.8 Bug versionned for master. entries will be made against rel_3_8 once the patch has been applied (see thread about that on koha-devel yesterday) Second patch does not apply: Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all y Applying: Bug 6019 : Perf enhancement : C4/SQLHelper.pm /home/katrin/kohaclone/.git/rebase-apply/patch:18: trailing whitespace. warning: 1 line adds whitespace errors. Using index info to reconstruct a base tree... <stdin>:18: trailing whitespace. warning: 1 line applied after fixing whitespace errors. Falling back to patching base and 3-way merge... Auto-merging C4/SQLHelper.pm CONFLICT (content): Merge conflict in C4/SQLHelper.pm Failed to merge in the changes. Patch failed at 0001 Bug 6019 : Perf enhancement : C4/SQLHelper.pm When you have resolved this problem run "git am --resolved". If you would prefer to skip this patch, instead run "git am --skip". To restore the original branch and stop patching run "git am --abort". this one is now invalid: part of it have already been applied, caching management has been updated (and switched to apache configuration) |