View Single Post
  #12  
Old 07-05-2007, 07:22 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,003
xja,

We're doing our best to accommodate everyone's requests (it would help if every user didn't have a different pet feature :^), and we'll think about adjusting the priority of the filtered trees request.

The problem with this feature is that there haven't been that many requests for it and it's a lot of work. To optimize loading, the tree is currently loaded from the root down, only processing expanded nodes. Filtering will have to load bottom up, or at least process every single node to determine whether it and its parents should be shown in the tree. And performance will be impacted significantly, since every node must be processed and a query performed for each to filter properly.
Reply With Quote