Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Determine value of preloading images server side #4

Open
haganbmj opened this issue Mar 15, 2018 · 0 comments
Open

Determine value of preloading images server side #4

haganbmj opened this issue Mar 15, 2018 · 0 comments

Comments

@haganbmj
Copy link
Contributor

Right now all images are loaded in the dom, which created some issues when I was (trying to) streaming off a gaming store's poor internet.
Images were fetched and loaded on the dashboard side, but the main output had to reload the assets since the browser's didn't share a cache.

The workaround I settled on in the interim was to load any previewed (hovered) image in the background obs-side. It works and it's probably the least intensive way I could come up with on the fly?

The main problem is that scryfall provides half a dozen different image options and preloading all of those doesn't sound beneficial.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant