Help

The Community will be undergoing maintenance on Saturday January 11 at 11:59pm - Sunday January 12 at 11:59pm EST. For assistance during this time, please visit our Help Center.

Keeping a database open

821 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Ian_Wilson
4 - Data Explorer
4 - Data Explorer

I’m using the Airtable API to read data from a table. I find that when I make the API call after a period of inactivity, the first call takes more than 1 second. A subsequent call a few seconds later performs much quicker than the first (approx 300ms).
Is there any way that I can speed up this first call as performance is important for what I am doing.

1 Reply 1

Hi @Ian_Wilson, and welcome to the community!

Hmmm, I’m thinking this latency is not Airtable and likely something else that would be difficult to comment on without seeing more details.

If 700ms is untenable as the longest API call, you are probably using the wrong platform. Describe the scenario and explain why you are using REST in a solution where milliseconds matter.

If