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.