cache-handler icon indicating copy to clipboard operation
cache-handler copied to clipboard

Distributed HTTP caching module for Caddy

Results 37 cache-handler issues
Sort by recently updated
recently updated
newest added

Under reasonably small load (~250 req/sec), when using the cache-handler (we're using the go-redis storage, but I saw this happen with the default one as well), we get a `fatal...

I've seen fairly easily reproducible behaviour with HEAD requests where if caching is enabled on HEAD requests I get a HTTP/2 stream error: ``` * TLSv1.3 (IN), TLS handshake, Newsession...

Hi, I'm looking for some guidance on `Accept-Language` and `Accept-Encoding` header normalization to avoid high cache key cardinality. For encoding, I was thinking of something like: ``` map {header.Accept-Encoding} {accept}...

Hello, whenever I reload Caddy, either automatically by using the `-w` flag of `caddy run` or by running `caddy reload --config /etc/caddy/Caddyfile`, the cache seems to loose its configuration. When...

After configuring this in caddy (following the simplest example), I can see it caching, and I see cache hits in headers, yet when I call the api to list cached...

When trying to use the `otter` storage to serve a 4GB file, Caddy uses 25GB+ of memory and returns an error instead of the file's contents. The file is served...

When using `Souin` with the `nuts` storage backend in Caddy, everything works fine at first — files are served correctly, and `Cache-Status` headers appear in the response as expected. However,...