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

Optimize album art delivery #124

Open
evadecker opened this issue Nov 20, 2023 · 0 comments
Open

Optimize album art delivery #124

evadecker opened this issue Nov 20, 2023 · 0 comments
Labels
enhancement New feature or request high effort A lot of work performance Performance and loading issues

Comments

@evadecker
Copy link
Owner

Images from Spotify API are improperly sized and could be better compressed as webp

No control over the image the API returns

To fix, would need to

  • Download full-res image from Spotify API
  • Save to storage (Cloudflare?)
  • Fetch from storage with optimizations applied (.webp, properly sized)
@evadecker evadecker added enhancement New feature or request performance Performance and loading issues labels Nov 20, 2023
@evadecker evadecker changed the title Explore methods to optimize album art delivery Optimize album art delivery Nov 20, 2023
@evadecker evadecker added the high effort A lot of work label Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request high effort A lot of work performance Performance and loading issues
Projects
None yet
Development

No branches or pull requests

1 participant