gadgetmies / fomoplayer

Music Discovery App
5 stars 1 forks source link

Cache track details #50

Open gadgetmies opened 2 years ago

gadgetmies commented 2 years ago

The tracks, carts and search queries take quite a long time as they gather all the details for the tracks using the track_details function. The details could be stored in the track table as JSON and fetched from there. This however would require the expansion of the JSONs to records, which turned out to be quite difficult.