Closed
Description
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.