influxdata / influxdata/influxdb
Browser cache
Open
- Dominant language
- Rust
- Stars
- 31.7k
- Forks
- 3.7k
- Avg merge
- 13h 37m
- Merged PRs (30d)
- 8
Description
__Proposal:__
Use browser cache with http code 304 instead of 200, when a file isn't modified.
__Current behavior:__
The browser download each files again and again at each refresh, ~10 seconds to wait on my server, for example
Contributor guide
Research direction
No files, tests, or entry points are named in the issue; start by locating the HTTP response path that serves files and reviewing how unchanged responses are identified. Done means unchanged files return HTTP 304 responses and refreshes avoid downloading them again, with tests covering that behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api, backend, performance
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100