Recent ZODBBrowser versions are very slow

Bug #1096918 reported by Marius Gedminas
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
ZODB Browser
New
High
Unassigned

Bug Description

139.766s to render a page for /++etc++site/default/PersistentSessionDataContainer which contains a single revision with these attributes:

   __annotations__: <BTrees.OOBTree.OOBTree with oid 0x1b> (2 items)
   __name__: u'PersistentSessionDataContainer'
   __parent__: <zope.site.site.SiteManagementFolder with oid 0x08> (5 items)
   data: <BTrees.OOBTree.OOBTree with oid 0x1c> (2 items)
   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.

Revision history for this message
Marius Gedminas (mgedmin) wrote :

Clicking on that OOBTree results in an Apache timeout after 5 minutes, but Zope is still spinning on that request *20122 seconds later*.

Revision history for this message
Marius Gedminas (mgedmin) wrote :

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
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.