|
|
|
|
|
by kiwicopple
1285 days ago
|
|
Yes, the data is queried live. > unexpected N API calls when joining across my domain I'm not sure why they would be unexpected (because it should displace some other API calls). I'll hazard a guess that you're worried about fetching the same data multiple times? If that's the case, then yes, you should materialize the data into your database. The Wrapper itself handles pagination, but you'd also want to make sure you're using filters & limits in your SQL statements. |
|
You're right -- it's not unexpected -- maybe more like a leaky abstraction.