Hacker News new | ask | show | jobs
by tobbez 5210 days ago
I see that you're making the API requests on the client side (a good idea because of last.fm's API restrictions), but you should really consider caching them server side.

It takes quite a while to fetch all plays if you have a lot, and currently, if you want to share the graph with your friends, they would have to wait too.

1 comments

Yeah, I hear ya, it takes ages to load my data too. If there's a way to cache on the serverside without running into the API throttling, I'd love to do some caching.