Optimize number of requests for last.fm API
piotrl opened this issue · 0 comments
piotrl commented
For every track, we need external API calls for detailed information.
A number of requests are huge and slows down aggregation process.
Current situation
- Data from 14 days
- Number of requests: 1500
- Takes around 5 minutes
Most of the requests aren't needed as we save copies in the database.