From 3fc856c77a70511e730bda3c969762147bac11a6 Mon Sep 17 00:00:00 2001 From: Gbanyan Date: Fri, 18 Apr 2025 16:18:32 +0800 Subject: [PATCH] README Add souin description --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 945fcfd..61b1b9b 100644 --- a/README.md +++ b/README.md @@ -80,4 +80,14 @@ labels: I mount the access.log for crowdsec firewall to read. -PS: Because I access my traefik dashboard through my local network. I commented out the authetication method for dashboard. \ No newline at end of file +PS: Because I access my traefik dashboard through my local network. I commented out the authetication method for dashboard. + +## Discussion and Changelog + +1. Traefik vs Nginx +- Performance: Nginx is still better at high traffic. After all it is written in C. Traefik 3 though claims it has higher 20% performance than before. The latency still showed a little higher than nginx. +- Docker Deployment Ease: Traefik is easier for docker service deployment. In my environment, I can assign each docker stack with labels and then guides the traefik to add Let's encrypt SSL. + +2. ChangeLog: + +- 2025.4.18 Add Souin HTTP Cache Middleware. \ No newline at end of file