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 Software

Fastest way to improve performance in general terms backend

  • March 17, 2024
  • Review verified by G2

What do you like best about the product?
The way that you can handle threads the versatility you can handle it in short, the improve overrall is the best way to describe it
What do you dislike about the product?
Sometimes without correct knowledge you can mistunderstand the tool causing bad setup consuming a lot resource in the server.
What problems is the product solving and how is that benefiting you?
1. Enabling the best shot depending your server resources.
2. Multi threads
3.efficient way to handle big traffic as long as you had the correct set up and parameters.


    PintRaj K.

PHP-FPM use case in server

  • January 04, 2024
  • Review provided by G2

What do you like best about the product?
when the web application build on PHP , the api call which was sent from the application to the server have some limitations in that case every request will take some time to get the response and remaining request will be held in queue hence your application will be come slow.
Once the PHP-FPM installed on the server we can configure how many request can sever on a time frame and increase the API response
What do you dislike about the product?
There are not much drawback but as the number of API increase on PHP-FPM then there will be the load on the server
What problems is the product solving and how is that benefiting you?
it will increase the API response time and web applciation performance also


    Internet

good performance than simple php

  • January 03, 2024
  • Review verified by G2

What do you like best about the product?
First of all performance ofPHP-FPM (FastCGI Process Manager) is designed to enhance the performance of PHP by efficiently handling and processing FastCGI requests. This can lead to improved response times and better overall performance for PHP applications. Also, the resource efficiency of PHP-FPM is known for its efficient resource management. It can handle a large number of concurrent connections and manage worker processes effectively, optimizing server resources.
What do you dislike about the product?
I don't have any problems with it. It has some limitation for some CGI apps, but it is great.
What problems is the product solving and how is that benefiting you?
Helps me to optimize the website's performance for a better customer experience and manage the backend of the platforms also because sometimes the backend can move incredibly slowly.


    Rahul K.

Dependable and known the world

  • December 29, 2023
  • Review provided by G2

What do you like best about the product?
This is one of the basic and known to the world who host and manage websites based on PHP
What do you dislike about the product?
it has not upgraded itself as per the latest market demand
What problems is the product solving and how is that benefiting you?
To optimise website performance for better customer experience


    Harish P.

Best for additional feature in site

  • December 29, 2023
  • Review provided by G2

What do you like best about the product?
PHP-FPM is mostly used in all PHP applications—ease of implementation in local and server.
What do you dislike about the product?
It's very useful in websites but for CGI applications it has some limitations.
What problems is the product solving and how is that benefiting you?
I have developed and deployed more than 12 applications using php-fpm.


    Naresh R.

Good pair PHP-FPM

  • October 18, 2023
  • Review provided by G2

What do you like best about the product?
Wase of use plenty of features that help to perform lot of jobs , even we can run lot of critical scripts with no time.
What do you dislike about the product?
I don't see any support from the core team
What problems is the product solving and how is that benefiting you?
It saves lot of time while writing server side scripts and resolves lot of jobs at a time by using multi treaded feature


    viney k.

Till now best PHP development environment for developing fast applications

  • August 17, 2022
  • Review provided by G2

What do you like best about the product?
The most likely feature I observe in PHP- FPM is fast execution of the code. It reduces the resources load and run web application smoothly. It is latest PHP environment work better than CGi. It can enhance application performance where multiple api are used in web app.
What do you dislike about the product?
Switching to PHP- FPM is little bit tricky and need manual setting to make it work smmothly. But once you setup correctly it is amazing and you will notice the difference.
What problems is the product solving and how is that benefiting you?
One of our application was complex and use many api to run. The app perform slowely but upgrading to FPM the application run smoothly and lag time decreased. FPM has powerful process management ant handle the processes in the best way.


    Charles J.

Seamless PHP integration for Nginx

  • March 22, 2022
  • Review verified by G2

What do you like best about the product?
I was introduced to PHP-FPM when I migrated an Apache server to Nginx. All of the existing PHP applications ran perfectly, without modification. Years later, I learned that PHP-FPM has a suite of additional features. (I've yet to try these, but they sure look interesting.) Of note -- PHP-FPM was pretty darn simple to install, so much so that I never had to look at the documentation. And that's why I missed-out on those extra features!
What do you dislike about the product?
A very, very minor nit is that I need to remember to check the config file after updating the software. (It rarely needs any modification, but always a good idea to check.) Again, this is a super-super-minor nit.
What problems is the product solving and how is that benefiting you?
This solved the PHP integration with Nginx. Now I get the power of Nginx with the programming prowess of PHP. A winning combination.


    Bryan T.

PHP-FPM the current evolution for the LAMP stack

  • December 14, 2021
  • Review provided by G2

What do you like best about the product?
I really like the fact that you can now separate out your PHP errors from your HTTPD errors. It makes troubleshooting (in many ways) simpler.
What do you dislike about the product?
Ironically, it's a love hate relationship. I love the fact that the PHP errors are separate. However, if I need to correlate a PHP error to a URL request, that becomes significantly more difficult.
What problems is the product solving and how is that benefiting you?
I manage a heavy traffic web server. Before I upgraded to php-fpm the server was solidly built out with 8 cores and 32 GB of memory to support our visitors. After upgrading, I had the same performance, or better with half the server. And it is currently serving about a 50% increase in traffic with no sign of issue.


    Tim G.

The ONLY way to run PHP.

  • December 14, 2021
  • Review verified by G2

What do you like best about the product?
Utilizing FPM to run PHP makes it easy to manage a server's resources and allows the application code to be decoupled from the delivery service (HTTP).

PHP-FPM enables an organization to tweak pool settings and op-cache separately from the webserver and enables easy horizontal scaling.
What do you dislike about the product?
There are few downsides to utilizing PHP-FPM in an application stack. One might be able to argue that increased complexity is a downside, but in a technical stack, one will always encounter a complex environment. The ability to decouple an application from its transport is so desirable that any increased complexity is more than compensated for.
What problems is the product solving and how is that benefiting you?
We are running multiple containers running PHP-FPM in all environments - dev, QA, sandbox, and production. Having a dedicated technology that hosts the application code makes it easier to deploy into these different environments. The #1 benefit is the ability to run OpCode caching.
Recommendations to others considering the product:
If you are utilizing PHP in your application stack, there really is no other choice than to use PHP-FPM