AC
Verified User in Computer & Network Security
Small-Business (50 or fewer emp.)
"PHP-FPM performance"
What do you like best about PHP-FPM?
In the traditional way, there is an approach called PHP (CGI) , it needs a lot of time to handle the requests but where is in PHP-FPM, it can handle multiple requests parallelly, so it will provide the best performance for PHP websites which they going with PHP-FPM configuration. Review collected by and hosted on G2.com.
What do you dislike about PHP-FPM?
It will consume lot of memory and it will lead to server crashes, so better they need to change the working like NodeJS service because in small server it will give the best performance compared to PHP-FPM even I can split that as multiple clusters. Review collected by and hosted on G2.com.