-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfesthelp wantedExtra attention is neededExtra attention is needed
Description
Why
Avoid refetching the same URLs; speed up repeated runs by supporting HTTP caching headers and on-disk caching.
Tasks
- Implement an optional lightweight on-disk cache keyed by URL plus relevant headers (ETag, Last-Modified, etc).
- Integrate ETag and If-Modified-Since support into HTTP fetches, respecting cache headers from origin servers.
- Allow cache bypass via configuration/CLI flag (e.g., --no-cache).
- Add docs covering caching, cache bypass, and cache location.
Acceptance Criteria
- Cache improves speed for repeated runs on the same URLs.
- Cache bypass is configurable from CLI/config.
Metadata
Metadata
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfesthelp wantedExtra attention is neededExtra attention is needed