JSONAPI-Resources / JSONAPI-Resources/jsonapi-resources
Cache headers
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 2.3k
- Forks
- 546
- PR merge metrics
- No merged PRs in 30d
Description
Is there any reasonable way to return and handle HTTP caching headers like Expires, Last-Modified, If-Modified-Since?
I could override part of controller method like here: https://devcenter.heroku.com/articles/http-caching-ruby-rails#stale but I would call for resource twice if cache was missed.
Thoughts, ideas?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named. Start by locating the library's request and controller handling, then review how Rails HTTP caching headers could fit without fetching a resource twice. Done means a documented, agreed approach for Expires, Last-Modified, and If-Modified-Since handling.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rails, ruby
- Domain
- api, backend, performance
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100