Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

PHP-FPM

TurnKey GNU/Linux | 1

Reviews from AWS Marketplace

0 AWS reviews
  • 5 star
    0
  • 4 star
    0
  • 3 star
    0
  • 2 star
    0
  • 1 star
    0

External reviews

12 reviews
from G2

External reviews are not included in the AWS star rating for the product.


    Computer & Network Security

PHP-FPM performance

  • November 23, 2021
  • Review provided by G2

What do you like best about the product?
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.
What do you dislike about the product?
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.
What problems is the product solving and how is that benefiting you?
1) Request handling improved
2) Site loading is better
3) Based on the resources we can allocate more memory to php-fpm services


    Faisal I.

Best for websites with large traffic

  • July 27, 2021
  • Review provided by G2

What do you like best about the product?
I liked its easy installation and easy integration with other web servers and applications. I really loved how fast it process the request. didn't have to google things much as its documentation was easy to use it according to my requirements.
What do you dislike about the product?
Nothing to dislike as i am still implementing it i haven't come across such thing that made me dislike this
What problems is the product solving and how is that benefiting you?
I was assigned with a task to run php web application on nginx web server in that regard php-fpm helped me out as nginx interacts with php-fpm to process and execute php scripts. It was tricky thing to me at first as i was not aware of that but gradually i have become familiar with that and now it helpes me in day to day tasks. It is very fast as its name (Fast process manager) and quick and easy to use.
Recommendations to others considering the product:
Best to use with nginx if you want to run php web application with nginx. It is very quick and fast.