A 3-second delay on Fly.io request bodies over 10 MB8/20/2026Request bodies over 10 MB through fly-proxy pay a fixed 3 s penalty. Leaving its HTTP handler for raw TLS took a 45-page render from 3.51 s to 538 ms, and handed me a different problem, which is how I ended up running Pingora.
Symfony: log every request, not just the 500s6/15/2024Expose a public API and you need to see what your customers do with it, and what they get back. Two Symfony kernel listeners that log every request and every exception to a store you can query.