Timeout in product +rdf page
Bug #360699 reported by
Diogo Matsubara
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Unassigned |
Bug Description
As seen in OOPS-1199EC113 the Product:+rdf page is timing out with a high statement count (> 1600)
see also bug 30793 for code duplication issues - the same issue probably (does?) turn up on Person:+rdf for teams and very active people.
Related branches
lp://staging/~sinzui/launchpad/rdf-links-0
- Abel Deuring (community): Approve (code)
-
Diff: 549 lines (+86/-194)13 files modifiedlib/lp/registry/browser/__init__.py (+28/-0)
lib/lp/registry/browser/person.py (+5/-41)
lib/lp/registry/browser/product.py (+6/-21)
lib/lp/registry/browser/productrelease.py (+8/-23)
lib/lp/registry/browser/productseries.py (+5/-21)
lib/lp/registry/browser/project.py (+5/-20)
lib/lp/registry/stories/person/xx-person-rdf.txt (+9/-46)
lib/lp/registry/stories/product/xx-product-rdf.txt (+1/-6)
lib/lp/registry/stories/project/xx-project-rdf.txt (+1/-6)
lib/lp/registry/templates/person-rdf-contents.pt (+3/-4)
lib/lp/registry/templates/product-rdf.pt (+5/-2)
lib/lp/registry/templates/productrelease-rdf.pt (+5/-2)
lib/lp/registry/templates/project-rdf.pt (+5/-2)
tags: | added: timeout |
tags: | added: registry-projects |
Changed in launchpad-registry: | |
importance: | Undecided → High |
milestone: | none → 2.2.4 |
status: | New → Triaged |
Changed in launchpad-registry: | |
milestone: | 2.2.7 → none |
Changed in launchpad-registry: | |
assignee: | nobody → Curtis Hovey (sinzui) |
status: | Triaged → In Progress |
Changed in launchpad-registry: | |
status: | In Progress → Fix Committed |
Changed in launchpad-registry: | |
milestone: | none → 10.10 |
tags: |
added: qa-ok removed: qa-needstesting registry-projects |
Changed in launchpad-registry: | |
status: | Fix Committed → Fix Released |
Changed in launchpad: | |
assignee: | Curtis Hovey (sinzui) → nobody |
To post a comment you must log in.
I'm lower this because this page is a low priority. This will be fixed when we work on the new project page. We will also examine what we want to do with the rdf pages.