We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm seeing thumbnail images being fetched with each reload. The results are not cached.
It doesn't make sense to me to use fetch for this. It would be better to hit the image url directly and allow the contents to be cached.
The text was updated successfully, but these errors were encountered:
dba324a
Add basic caching of preview thumbnails
28f6889
Fixes cookpete/react-player#927
5f4d9fc
8a5e979
No branches or pull requests
Current Behavior
I'm seeing thumbnail images being fetched with each reload. The results are not cached.
Expected Behavior
It doesn't make sense to me to use fetch for this. It would be better to hit the image url directly and allow the contents to be cached.
Steps to Reproduce
Environment
Other Information
The text was updated successfully, but these errors were encountered: