plugin-simplecache
plugin-simplecache copied to clipboard
Simple cache plugin middleware caches responses on disk
Hey, I installed the plugin, but when I make the request multiple types the header cache-status field is always: "miss": traefik.yml ``` experimental: plugins: cache: modulename: "github.com/traefik/plugin-simplecache" version: "v0.2.1" ```...
Hi, sometimes I get "github.com/traefik/plugin-simplecache/cache.go:129:3: panic" error. Enviroment: - k3s kubernetes cluster - traefik installed via helm Is there any way to debug this error?
Hello, Can you add a rule for caching only static file, because he caching all type include php. Thank
Hi there, This looks great! I am wondering if there are any plans to add in cache purging to this plugin? I am specifically looking for these kinds of features:...
Even though I think this is currently not possible. It would be pretty neat if metrics from this plugin could be provided through whatever metrics method is enabled on the...
Hi! I'm using the smallest DO instance, so the limit of RAM for Traefik is set to 400M. And I got 4-5 OOMs per day of the plugin is enabled....
The vacuum implementation is causing a leak on Traefik v3 By allowing to disable the vacuum process certain use cases can avoid the issues caused by a memory leak as...
This plugin was working fine on Traefik v2 but when we upgraded to Traefik v3 we had a problem of memory consumption growing. While it is an issue it is...
Hey! With this plugin enabled, I noticed that websockets seem to break and I get the following error within my traefik logs ``` 2024-11-20T01:16:36-08:00 DBG github.com/traefik/traefik/v3/pkg/proxy/httputil/proxy.go:113 > 500 Internal Server...
Closes #23 I tested this using traefik local plugins and it seems to fix the web socket issue I was getting and can see messages get handled via the socket....