Hello,
Is there any production-ready alternative to PHP-FPM? In my current setup, non-cached page is generated in ~200ms and I'm wondering is there quick and easy way to reduce it to 100ms or 50ms. I already did some optimizations and now it's getting hard to find what else to optimize and I'm looking for a radical solution.
Thanks
~200ms is not bad at all. You may want to run with opcache.validate_timestamps = Off for best performance.
Consider trying these production-ready alternatives to PHP-FPM for improved performance:
Test and benchmark them for compatibility and performance before implementing any changes in your production environment.