- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2022
01:34 PM
09-04-2022
01:34 PM
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
Labels:
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2022
01:38 PM
09-07-2022
01:38 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2023
11:24 PM
08-01-2023
11:24 PM
Re: Is Magento 2.4.5 ready for HHVM/RoadRunner/etc?
Consider trying these production-ready alternatives to PHP-FPM for improved performance:
- Swoole: A high-performance PHP networking framework with coroutine support.
- 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.