Speed-ups for Workgroup Members tab
After trying several approaches, I fell back to the basics...
Measure, measure, measure! I used Dieter's Zope Profiler to check the Members page and for some reason it was running to the DB an absurd number of times. I finally tracked it down to getId() in exUserFolder/User.py which was looking in the user properties (twice!) for the ID before just returning the name. I commented those lines out and now the Members page loads much faster. Whew!
