Currently, the team comp calculation is quite slow because it has to make A LOT of API calls to the Riot API. Most of the time is spent waiting on Riot's API to respond to our requests, which dwarfs the computational time required to process the data we get back.
Is there a way to reduce the number of API calls we have to make?