Porthole-Project / Porthole

A window into the status of multiple services related to Plex Media Server (Plex, Couchpotato, Sickrage, Deluge, Sabnzbd+, etc.).
MIT License
28 stars 0 forks source link

Image caching logic needs some help #24

Open scytherswings opened 6 years ago

scytherswings commented 6 years ago

From @scytherswings on March 29, 2017 1:23

Image caching is often failing, probably because the index page is refreshed faster than the images get fetched from plex and so they get turned into placeholders, which suck.

Copied from original issue: scytherswings/Plex-Board#62

scytherswings commented 6 years ago

I'd like to make fetching images an async process, maybe javascript can display a spinner while it's being fetched from the server side like this suggestion: http://stackoverflow.com/questions/11327731/strategy-for-on-the-fly-caching-of-remote-images-with-rails-3-heroku