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
Use https://github.com/rack/rack/blob/master/lib/rack/deflater.rb middleware to optionally compress responses. This should improve performance for large JSON payloads.
Also added Last-Modified header for api/v5/articles, using updated_at of the youngest article.
Last-Modified
api/v5/articles
updated_at
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Use https://github.com/rack/rack/blob/master/lib/rack/deflater.rb middleware to optionally compress responses. This should improve performance for large JSON payloads.
Also added
Last-Modified
header forapi/v5/articles
, usingupdated_at
of the youngest article.The text was updated successfully, but these errors were encountered: