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
Currently, the work done in #1318 sets caching headers for all the /content endpoints, and for HTML /preview endpoints.
/content
/preview
But it does not set the cache headers for /preview endpoints that are images, or any other mime type other than HTML.
Images are the most common inscription type, so this should bring considerable caching and performance benefits.
The text was updated successfully, but these errors were encountered:
Testing in https://github.com/veryordinally/ord/tree/caching-headers-1889
Sorry, something went wrong.
Previews are now cached.
No branches or pull requests
Currently, the work done in #1318 sets caching headers for all the
/content
endpoints, and for HTML/preview
endpoints.But it does not set the cache headers for
/preview
endpoints that are images, or any other mime type other than HTML.Images are the most common inscription type, so this should bring considerable caching and performance benefits.
The text was updated successfully, but these errors were encountered: