> However, things like pulling the user > list are still slow and awkward, but I guess that is the > nature of Spectra.
If you look on the source code for userprofilegetmultiple to retrieve a list of users, _all_ (!) userprofiles are first read via contentobjectgetmultiple and then the unneeded userprofiles are sorted out. This slows down the performance. There are so many things you can tune in spectra... Some of the major tags should be rewritten, and you get performance back. e.g. -> for a list of users do a db query to retrieve the objectids (search usernames by typeid and label) -> then do a contentobjectgetmultiple with the retrieved objectids only. -- Mit freundlichen Gr��en, Hendrik Kramer Webentwicklung Lwd e-solutions gmbh +++ kruppstrasse 82-100 +++ 45145 essen T.: 0201-8 20 20 26 +++ F.: 0201-8 20 20 44 +++ www.lwd.de +++ e-commerce +++ content management +++ design ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF community. http://affiliates.macromedia.com/t.asp?id=2439&p=go/dr_text_aff1 Message: http://www.houseoffusion.com/lists.cfm?link=i:17:5467 Archives: http://www.houseoffusion.com/lists.cfm?link=t:17 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:17 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=<:emailid:>.<:userid:>.<:listid:> ------------------------------------------------------------------------------ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
