Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pcbowers authored May 21, 2019
1 parent f76a8f5 commit 5282e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ For more details on accepted parameters, see the airtable documentation.

A special parameter not included on the Airtable API has been added called ```checkOffset```. This paramater defaults to true but can be set to false. It allows you to return just 1 page of results instead of looping through all of them.

>This has been tested on an airtable base with a table containing 50,000 records and 31 columns of data. Due to varying internet connections and usages of the data, speeds cannot be estimated. However, the broader the search, the slower this will run. Therefore, in some use cases, it may be important to set checkOffset to false to increase load times even though you will only get a portion of the data. Alternatively, you can set the ```maxRecords``` lower. Ideally, you want to keep your requests at a maximum of 1 page which can be calculated by ```maxRecords / pageSize```. It is recommended that this number stay at 5 or less for optimal load speeds.
>This has been tested on an Airtable base with a table containing 50,000 records and 31 columns of data. Due to varying internet connections and usages of the data, speeds cannot be estimated. However, the broader the search, the slower this will run. Therefore, in some use cases, it may be important to set checkOffset to false to increase load times even though you will only get a portion of the data. Alternatively, you can set the ```maxRecords``` lower. Ideally, you want to keep your requests at a maximum of 1 page which can be calculated by ```maxRecords / pageSize```. It is recommended that this number stay at 5 or less for optimal load speeds.
##### Code Template:
```php
Expand Down

0 comments on commit 5282e99

Please sign in to comment.