remove all cache:private calls from templates
Bug #650668 reported by
Curtis Hovey
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
j.c.sackett |
Bug Description
We want to remove all cache:private calls because have a private cache for each does not make the pages faster.
./ lib/lp/
21: <tal:cache content=
./ lib/lp/
8: tal:content=
^ Removing this last item will make the oops reported in bug 634646 stop occurring, though the underlying issue will continue to exist.
Related branches
lp://staging/~jcsackett/launchpad/remove-cache-private-650668
- Gavin Panella (community): Approve
-
Diff: 33 lines (+1/-4)2 files modifiedlib/lp/registry/templates/person-related-software.pt (+0/-2)
lib/lp/registry/templates/productseries-milestone-table-row.pt (+1/-2)
Changed in launchpad-registry: | |
status: | Triaged → In Progress |
assignee: | nobody → j.c.sackett (jcsackett) |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in launchpad-registry: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fixed in stable r11674 <http:// bazaar. launchpad. net/~launchpad- pqm/launchpad/ stable/ revision/ 11674>.