When loading with pagination, speed could be enhanced by using parallel requests. This would be very useful when loading large amounts of data. For instance, when calling data from ServiceNow, we have noticed a speed difference of a factor of ten, as another product is opening 10 parallel requests using different offsets.
A parameter to indicate the number of parallel requests would be greatly appreciated.
Thank you for the suggestion! That’s a great point—using parallel requests can significantly enhance performance when handling large data loads. We’ll review the feasibility of adding a parameter to control the number of parallel requests. Your feedback is much appreciated!