Ticket #1866 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Dynamic treeview is a performance nightmare

Reported by: gracinet Assigned to: gracinet
Priority: P1 Milestone: CPS 3.4.6
Component: CPSPortlets Version: TRUNK
Severity: normal Keywords: tree navigation cache
Cc:

Description

It iterates on all children of nodes to find subfolders instead of calling TreeCache?. This is chocking in cases of big Btree folders having no subfolders, but holding thousands of documents, especially considering that TreeCaches? have been optimized to accomodate the concept of terminal folders (holding non folderish documents).

Change History

12/04/07 20:10:55 changed by gracinet

Stop that iteration by calling Tree Cache instead [52244]

01/09/08 16:22:00 changed by madarche

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in the trunk with changeset [52385].