Forum Discussion
SanderVeeken
2 years agoHelper III
API calls and parallel loading
Hey everyone, I ran into an issue and I thought I'd share it here, I'd appreciate thoughts, solutions or shared experiences although it is "sort of" solved for now. Basically I have three API...
lbendlin
2 years agoSuper User
The situation is even worse. While you can prohibit parallel loading on the desktop you cannot do that on the service. The service will always run stuff in parallel.
Your data source should have a cache in place from which it can serve these repetitive requests.
- SanderVeeken2 years agoHelper III
But that doesn't seem to be the case. The server logs show that the auto refresh from the service only runs three API queries as expected.