Comment 3 for bug 607935

Revision history for this message
Robert Collins (lifeless) wrote :

I got an oops from staging, with profile, for this.

https://lp-oops.canonical.com/oops.py/?oopsid=1703S298

Some initial analysis: 22% in Storm SQLObjectResultSet __nonzero__ via both lp.bugs.browser.bugtask line 649 and 3241 - 330 calls.

36% in rendering the page template. Some cycles are making it a little tricky to read; the 405 queries (which actually means nearly 700 db statements, due to the way check disconnected works) are my primary concern; I'll try to track those down tomorrow.