Is there a way to queue up the ajax requests when calling the open_all function on a very large tree? We're seeing hundreds of requests getting sent all at once and need to queue that up somehow.
Take a look at massload - it will be a single request. You can also use core.data as a function and implement your own queue logic. Massload should be easier however.
Is there a way to queue up the ajax requests when calling the open_all function on a very large tree? We're seeing hundreds of requests getting sent all at once and need to queue that up somehow.