Sorry for not being clearer.
I am trying to disable the projectmanager sidebar project list (active, archive, non-active, etc) It renders in a span called #projectmanager-tree_target.
I’d like to disable this completely because of the length of time these database queries take. It’s more than our poor server can handle.
For now, I’ve just commented out line 1038 in class.projectmanager_ui.inc.php
//self::_project_tree_leaves(…
But I would love a more elegant solution because this current way sometimes breaks the rendering of the project list.
Thanks,
Paul.
*For more context, we have over 5000 fairly complex projects with different “active/archive/nonactive” status. Each project holds several addressbook entries, several infologs and a calendar appointment. The addressbook entries and the infologs have a number of custom fields in each.