|
|
|
|
|
by supz_k
1016 days ago
|
|
Just a personal experience. About 6 months ago, we moved from NGINX to Caddy on our web app, which handled about 300 million HTTP requests per month at that time (2 web servers, so about 150 million each) CPU Usage: with NGINX - 15-20%
with Caddy - 70-80% I tried multiple tweaks but nothing helped to get NGINX-level performance. So, after a few weeks, we migrated back to NGINX. That being said, I still absolutely love Caddy and use it in a few small scale apps. - The DX it provides is amazing.
- Creating a PHP-FPM reverse proxy is just a couple of lines.
- Generating SSL certificates on the server is a breeze. With NGINX, you have to mess with other software like certbot.
- It just works :) |
|
I'd love to capture a profile next time you have a chance. We've been primarily focused on features until just about 6 months ago, so we have started making significant optimizations only recently.