Topic: Huge tree drawing ...
Hello,
How can I optimize huge tree drawing ? I've got tree branches with more than 2000 nodes loaded using JSON.
I've cached the JSON string on server side but what can I do on client side ...
During drawing no loading cursor neither icon appear on the branch. The computation take a very long time ( > 10s ), browser becomes very slow and looks like doesn't answer.
Thank you