>I was wondering if someone could help me out, I'm running CFMX 6.0
>update 3 on linux and I'm using CFTree to manipulate my OpenLDAP
>directory. My performance tuning questions are if/how can I speed-up
>the load times I have a test tree that displays 1500+ computer accounts
>under one of my OU's and it takes 40 seconds to load the CFTree. Can I
>change the java code or make JVM Arguments to speed things up? I would
>really like to get it down to 10 or 15 seconds.
>
Get a faster desktop PC. ;-)
Seriously, I would look at whether your slow load time is a server issue or a client issue. If it is a server issue, where is the bottleneck? Pulling the data from OpenLDAP? Plugging the data into the CFTree control? Or displaying the control in the browser? You could test this easily by using the gettickcount() command to show elapsed times between each section of your code.
I could be wrong, but I would bet that the load issue is with the CFTree Java applet on the client side, not the server side. With a large number of nodes in the tree? Very possible.
Have you tried using Flash to display the tree as an alternative? I know that's the way Blacstone is going with the CFTree control anyway, but you could build it yourself if you want it now.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

