Hey community,
What have you seen work in improving Coda’s display of data in a sync table?
We’ve got a table with 37 columns and 1,000 records taking over a minute to refresh.
In the console log we’ve confirmed the data is returned from the API in 1,000ms, but it still takes Coda another minute or more to display the data.
We’ve tried:
- Caching (including forced caching), but the documentation seems to indicate this doesn’t apply for the RefreshTable() formula
- Pagination, but we’ve confirmed Coda doesn’t start to display the data until all continuations have completed
Anything else we can do?
Thanks!