Decrease waves of traffic #62
Labels
blocked
Fix reliant on something I can't control
enhancement
New feature or request
help wanted
Aid from the community is desired
We finally solved #32, but in doing so we have to grab albums, which can only be gotten 20 at a time. Even using a
Set
to deduplicate these queries, that 20 limit slows down the app quite a bit.We could get rid of queries to the artists endpoint if genre information were populated in the album responses, but the
genres
fields come back as empty lists! Unless/until Spotify fixes this, we're stuck querying both endpoints.We could alternatively make genres, record label, and audio features optional in the output by adding a selector to the UI and switching in the code.
The text was updated successfully, but these errors were encountered: