It's resource intensive to request data from LastFm each time, especially if period is big.
Would be great to find a way to cache received data. For example, in json or .sqlite. I propose to store each scrobble individually. Or group them by user and a day.
It's resource intensive to request data from LastFm each time, especially if period is big.
Would be great to find a way to cache received data. For example, in json or .sqlite. I propose to store each scrobble individually. Or group them by user and a day.