Improve speed of loading of bulk data in case there are many groups in the system
Description
When there are many groups in the system (range of thousands and more) browsing in Unity console is noticeably slow. This is caused by repeated loading of all groups, called on loading of each group contents. Reason for this is preparation of data which can be used in some of the dynamic attribute statements.
Group parsing should be optimized.