diff --git a/README.md b/README.md index 945fcfd..f1a3a78 100644 --- a/README.md +++ b/README.md @@ -80,4 +80,15 @@ 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 (in feature branch, not merge into main) +- 2025.4.18 Temp disable the compression middleware. It has MIME type bugs. \ No newline at end of file