DroptuneHQ / droptune-og

New music notifications for Spotify & Apple Music. Follow your favorite artists so you never miss a beat.
https://droptune.co
MIT License
93 stars 16 forks source link

Visiting 'Artists' route is loading an excessive amount of requests #88

Closed vincentjr closed 4 years ago

vincentjr commented 4 years ago

Not sure if it's related to https://github.com/DroptuneHQ/droptune/issues/50

Visiting https://droptune.co/artists loads an insane amount of requests. My Macbook was about to take flight destined to reach orbit~~

Screen Shot 2019-09-24 at 12 50 32 AM
Shpigford commented 4 years ago

Thanks for the heads up! What browser were you using? And were you logged in?

vincentjr commented 4 years ago

Chrome, not logged in.

Shpigford commented 4 years ago

Most of these requests are external image requests for the artist thumbnail (which comes from Spotify). It's slightly related to #50 if only because progressively loading the page would prevent loading all of the images, but otherwise it's not really a "bug" per se and there's not a way to reduce the image requests given it's, functionally speaking, a page of photos.

Going to close for now since solving #50 would also solve this.