XF 1.3 updateNestedSetInfo in Node.php

Uniphix

Active member
I noticed //TODO: This should probably have a much cleverer system than forcing a complete rebuild of the nested set info...

Is there plans to increase this for performance? I am actually using the nested concept for another project but when I get more than 10,000 entries nested and what not, this because impossible to do due to that it updates ALL nodes.

Is there a way to speed this up for my project that I am doing.
 
Okay when I have over 15,000 nodes (using a customized concept for a purpose on our website) when adding a new node it times out, there has got to be a better way to rebuild the nodes, that would increase the speed, performance of the nodes.

Any ideas?
 
Top Bottom