Hi guys,
I'm currently building an app which is using 15,000 nodes, and potentially a much, much larger node structure (in the hundreds of thousands).
Currently with 15,000 nodes it takes around 5-10 seconds to load the page. These are all loaded using the HTML data.
I was just wondering how I would go about improving the performance? Would loading it through AJAX or JSON be a better approach? Or is there a different approach I should use? I haven't tested it yet with 100,000+ nodes, but I'd imagine the browser would stall being that large.
Thanks