Recent ZODBBrowser versions are very slow
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| ZODB Browser |
High
|
Unassigned |
Bug Description
139.766s to render a page for /++etc+
__annotations__: <BTrees.
__name__: u'PersistentSes
__parent__: <zope.site.
data: <BTrees.
resolution: 3000
timeout: 36000
I suspect (but haven't verified) that the new repr() code is eager-loading historical object revisions, which causes a recursive load of all the btree items, which is totally unnecessary.
Marius Gedminas (mgedmin) wrote : | #1 |
Marius Gedminas (mgedmin) wrote : | #2 |
Still running 24 hours later. There may be some mutual slowdown since I've got two threads handling the same request, but still, unacceptable.
Changed in zodbbrowser: | |
importance: | Undecided → High |
Clicking on that OOBTree results in an Apache timeout after 5 minutes, but Zope is still spinning on that request *20122 seconds later*.