darkweak
darkweak
@Meow when you're using the plain `file_server`, you don't set any `Cache` headers nor caching validation, that's why it's faster. But in fact it will be faster using a web...
We may investigate together (on slack or discord) to fit to your use cases and maybe reduce the friction/hit rates.
Hello @Pepsi1917, PRs to improve performances are welcome.
Hey @mattvb91 that's weird the logger is nil because it shouldn't as it takes the caddy logger itself. 🤔
@hwbrzzl Souin has also a gin and fiber integration. And AFAIK the middlewares you mentioned don't respect the RFCs and are just dumb caches, store the response for a defined...
You can now disable the surrogate keys system using `disable_surrogate_key` on the latest version (v1.7.7) of Souin, soon available in the cache-handler repository.
That's an error on their side, it works when I'm mounting the plugin from the source code to the path `/plugins-local/src/github.com/darkweak/souin` in træfik directly using `localPlugins` configuration key. Even if...
@AlphaCraft9658 that's an issue related to Træfik, not this repository.
Hey @alistairjevans thank you for your feedback. Do you have a configuration to reproduce that? I'm trying with the given configuration without any issue. ``` # Caddyfile { debug cache...
@alistairjevans Thanks, I tries to reproduce but unfortunately it worked well during my tests. I checked more about Rack and RoR (I'm not a RoR dev so that's new to...