Do we have best practice guidance for optimizing h...
# help-connector-development
r
Do we have best practice guidance for optimizing how many records to load per page? I assume it highly API dependent, but w/o guidance from the API source, would it be better to lean towards the min amount of items per page or the max?
a
API dependent, but I would optimize for as many records as possible to minimize the number of calls needed to sync all the data
r
Exactly what I was looking for. Thank you