cancel
Showing results for 
Search instead for 
Did you mean: 

Is Magento 2.4.5 ready for HHVM/RoadRunner/etc?

Is Magento 2.4.5 ready for HHVM/RoadRunner/etc?

 

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

2 REPLIES 2

Re: Is Magento 2.4.5 ready for HHVM/RoadRunner/etc?

~200ms is not bad at all. You may want to run with opcache.validate_timestamps = Off for best performance.

Re: Is Magento 2.4.5 ready for HHVM/RoadRunner/etc?

Consider trying these production-ready alternatives to PHP-FPM for improved performance:

  1. Swoole: A high-performance PHP networking framework with coroutine support.
  2. RoadRunner: A PHP application server designed for concurrent requests using Goroutines.

Test and benchmark them for compatibility and performance before implementing any changes in your production environment.