delegated admin slow

can this be tuned to go faster? it seems to correspond with other directory server access (which is also slow, e.g. directory console, amconsole, etc.).
[166 byte] By [starman7] at [2007-11-26 11:14:41]
# 1
Directory Console is slow because it's a pure Java application.Amconsole and DA run in a web server 'host'. You may be able to tune that for better performance.
jay_plesset at 2007-7-7 3:29:35 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 2
i'd tuned the heap size, for uwc - but still these things are slow.
starman7 at 2007-7-7 3:29:35 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 3

It's pretty unlikely that ldap searches are making your applications slow, but you can certainly confirm that, by looking at the ldap access logs. Each search result includes "etime", the elapsed time the search took. Units are seconds.

I claim exactly zero expertise in tuning a web server.

jay_plesset at 2007-7-7 3:29:35 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...