Many repeated queries for allow_relicensing on +translate pages
Bug #297136 reported by
Данило Шеган
on 2008-11-12
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Launchpad itself |
Medium
|
Jeroen T. Vermeulen |
Bug Description
We seem to be issuing two queries on TranslationReli
As can be seen in
https:/
Related branches
lp:~jtv/launchpad/cache-pofile-view-permissions
- Abel Deuring (community): Approve (code) on 2010-11-26
-
Diff: 69 lines (+10/-12)2 files modifiedlib/lp/translations/browser/pofile.py (+8/-8)
lib/lp/translations/browser/translationmessage.py (+2/-4)
Данило Шеган (danilo) wrote : | #1 |
Changed in rosetta: | |
importance: | Undecided → Medium |
status: | New → Triaged |
Jeroen T. Vermeulen (jtv) wrote : | #2 |
Stumbled across (some of?) the reasons for these while working on something else.
Changed in rosetta: | |
status: | Triaged → In Progress |
assignee: | nobody → Jeroen T. Vermeulen (jtv) |
milestone: | none → 10.12 |
Fixed in stable r11989 <http://
tags: | added: qa-needstesting |
Changed in rosetta: | |
status: | In Progress → Fix Committed |
Jeroen T. Vermeulen (jtv) wrote : | #4 |
Yup, that's fixed. Still plenty of repetition, so we could probably save another few tenths of a second by eliminating a few more repeated queries.
tags: |
added: qa-ok removed: qa-needstesting |
Curtis Hovey (sinzui)
on 2010-12-08
Changed in rosetta: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Might be partially the reason behind bug 241394.