Thanks for your feedback. Initially, the API calls were made client-side, but we were asked to move them to the backend to reduce the load on the API server. Now, scheduled sling jobs updates the data once a day, which has proven to be efficient. Since the API data doesn’t change frequently, caching...